Skip to content

Conversation

@antonis
Copy link
Contributor

@antonis antonis commented Mar 20, 2025

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Fixes ts3.8 type check failure due to duplicate types by removing the duplication before running the check

💡 Motivation and Context

Type-check issue (example)

Error log
Run yarn type-check
+++ realpath ./run-type-check.sh
++ dirname /home/runner/work/sentry-react-native/sentry-react-native/dev-packages/type-check/run-type-check.sh
+ __dirpath=/home/runner/work/sentry-react-native/sentry-react-native/dev-packages/type-check
+ cd /home/runner/work/sentry-react-native/sentry-react-native/dev-packages/type-check/../../packages/core
+ yalc publish
@sentry/react-native@[6](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:7).9.1 published in store.
+ cd /home/runner/work/sentry-react-native/sentry-react-native/dev-packages/type-check/ts3.8-test
+ yalc add @sentry/react-native
Package @sentry/[email protected] added ==> /home/runner/work/sentry-react-native/sentry-react-native/dev-packages/type-check/ts3.8-test/node_modules/@sentry/react-native
+ yarn install
➤ YN0000: ┌ Resolution step
Resolution step
➤ YN0000: └ Completed in 4s 629ms
➤ YN0000: ┌ Fetch step
Fetch step
➤ YN0000: └ Completed in 30s 69ms
➤ YN0000: ┌ Link step
Link step
➤ YN0000: └ Completed in 4s 938ms
➤ YN0000: Done with warnings in 39s [7](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:8)32ms
+ yarn type-check
Error: node_modules/@types/react-native/node_modules/@types/react/index.d.ts(3161,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
Error: node_modules/@types/react/index.d.ts(3153,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'.
Error: node_modules/@types/react/index.d.ts(3165,13): error TS2717: Subsequent property declarations must have the same type.  Property 'a' must be of type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>', but here has type 'DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>'.
Error: node_modules/@types/react/index.d.ts(3166,13): error TS2717: Subsequent property declarations must have the same type.  Property 'abbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3167,13): error TS2717: Subsequent property declarations must have the same type.  Property 'address' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(316[8](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:9),13): error TS2717: Subsequent property declarations must have the same type.  Property 'area' must be of type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>', but here has type 'DetailedHTMLProps<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>'.
Error: node_modules/@types/react/index.d.ts(316[9](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:10),13): error TS2717: Subsequent property declarations must have the same type.  Property 'article' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3170,13): error TS2717: Subsequent property declarations must have the same type.  Property 'aside' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3171,13): error TS2717: Subsequent property declarations must have the same type.  Property 'audio' must be of type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>', but here has type 'DetailedHTMLProps<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>'.
Error: node_modules/@types/react/index.d.ts(3172,13): error TS2717: Subsequent property declarations must have the same type.  Property 'b' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3173,13): error TS2717: Subsequent property declarations must have the same type.  Property 'base' must be of type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>', but here has type 'DetailedHTMLProps<BaseHTMLAttributes<HTMLBaseElement>, HTMLBaseElement>'.
Error: node_modules/@types/react/index.d.ts(3174,13): error TS2717: Subsequent property declarations must have the same type.  Property 'bdi' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3175,13): error TS2717: Subsequent property declarations must have the same type.  Property 'bdo' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3176,13): error TS2717: Subsequent property declarations must have the same type.  Property 'big' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3177,13): error TS2717: Subsequent property declarations must have the same type.  Property 'blockquote' must be of type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>'.
Error: node_modules/@types/react/index.d.ts(3178,13): error TS2717: Subsequent property declarations must have the same type.  Property 'body' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>'.
Error: node_modules/@types/react/index.d.ts(3179,13): error TS2717: Subsequent property declarations must have the same type.  Property 'br' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLBRElement>, HTMLBRElement>'.
Error: node_modules/@types/react/index.d.ts(3180,13): error TS2717: Subsequent property declarations must have the same type.  Property 'button' must be of type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>', but here has type 'DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>'.
Error: node_modules/@types/react/index.d.ts(3181,13): error TS2717: Subsequent property declarations must have the same type.  Property 'canvas' must be of type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>', but here has type 'DetailedHTMLProps<CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>'.
Error: node_modules/@types/react/index.d.ts(3182,13): error TS2717: Subsequent property declarations must have the same type.  Property 'caption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3183,13): error TS2717: Subsequent property declarations must have the same type.  Property 'cite' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3184,13): error TS2717: Subsequent property declarations must have the same type.  Property 'code' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3185,13): error TS2717: Subsequent property declarations must have the same type.  Property 'col' must be of type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
Error: node_modules/@types/react/index.d.ts(3186,13): error TS2717: Subsequent property declarations must have the same type.  Property 'colgroup' must be of type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>', but here has type 'DetailedHTMLProps<ColgroupHTMLAttributes<HTMLTableColElement>, HTMLTableColElement>'.
Error: node_modules/@types/react/index.d.ts(3187,13): error TS2717: Subsequent property declarations must have the same type.  Property 'data' must be of type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>', but here has type 'DetailedHTMLProps<DataHTMLAttributes<HTMLDataElement>, HTMLDataElement>'.
Error: node_modules/@types/react/index.d.ts(3188,13): error TS2717: Subsequent property declarations must have the same type.  Property 'datalist' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDataListElement>, HTMLDataListElement>'.
Error: node_modules/@types/react/index.d.ts(3189,13): error TS2717: Subsequent property declarations must have the same type.  Property 'dd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3190,13): error TS2717: Subsequent property declarations must have the same type.  Property 'del' must be of type 'DetailedHTMLProps<DelHTMLAttributes<HTMLModElement>, HTMLModElement>', but here has type 'DetailedHTMLProps<DelHTMLAttributes<HTMLModElement>, HTMLModElement>'.
Error: node_modules/@types/react/index.d.ts(3191,13): error TS2717: Subsequent property declarations must have the same type.  Property 'details' must be of type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>', but here has type 'DetailedHTMLProps<DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>'.
Error: node_modules/@types/react/index.d.ts(3192,13): error TS2717: Subsequent property declarations must have the same type.  Property 'dfn' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3193,13): error TS2717: Subsequent property declarations must have the same type.  Property 'dialog' must be of type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>', but here has type 'DetailedHTMLProps<DialogHTMLAttributes<HTMLDialogElement>, HTMLDialogElement>'.
Error: node_modules/@types/react/index.d.ts(3194,13): error TS2717: Subsequent property declarations must have the same type.  Property 'div' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
Error: node_modules/@types/react/index.d.ts(3195,13): error TS2717: Subsequent property declarations must have the same type.  Property 'dl' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLDListElement>, HTMLDListElement>'.
Error: node_modules/@types/react/index.d.ts(3196,13): error TS2717: Subsequent property declarations must have the same type.  Property 'dt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3197,13): error TS2717: Subsequent property declarations must have the same type.  Property 'em' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3198,13): error TS2717: Subsequent property declarations must have the same type.  Property 'embed' must be of type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>', but here has type 'DetailedHTMLProps<EmbedHTMLAttributes<HTMLEmbedElement>, HTMLEmbedElement>'.
Error: node_modules/@types/react/index.d.ts(3199,13): error TS2717: Subsequent property declarations must have the same type.  Property 'fieldset' must be of type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>', but here has type 'DetailedHTMLProps<FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>'.
Error: node_modules/@types/react/index.d.ts(3200,13): error TS2717: Subsequent property declarations must have the same type.  Property 'figcaption' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3201,13): error TS2717: Subsequent property declarations must have the same type.  Property 'figure' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3202,13): error TS2717: Subsequent property declarations must have the same type.  Property 'footer' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3203,13): error TS2717: Subsequent property declarations must have the same type.  Property 'form' must be of type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>', but here has type 'DetailedHTMLProps<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>'.
Error: node_modules/@types/react/index.d.ts(3204,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h1' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(3205,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h2' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(3206,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h3' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(3207,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h4' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(3208,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h5' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(3209,13): error TS2717: Subsequent property declarations must have the same type.  Property 'h6' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>'.
Error: node_modules/@types/react/index.d.ts(32[10](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:11),13): error TS2717: Subsequent property declarations must have the same type.  Property 'head' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHeadElement>, HTMLHeadElement>'.
Error: node_modules/@types/react/index.d.ts(32[11](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:12),13): error TS2717: Subsequent property declarations must have the same type.  Property 'header' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[12](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:13),13): error TS2717: Subsequent property declarations must have the same type.  Property 'hgroup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[13](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:14),13): error TS2717: Subsequent property declarations must have the same type.  Property 'hr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLHRElement>, HTMLHRElement>'.
Error: node_modules/@types/react/index.d.ts(32[14](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:15),13): error TS2717: Subsequent property declarations must have the same type.  Property 'html' must be of type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>', but here has type 'DetailedHTMLProps<HtmlHTMLAttributes<HTMLHtmlElement>, HTMLHtmlElement>'.
Error: node_modules/@types/react/index.d.ts(32[15](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:16),13): error TS2717: Subsequent property declarations must have the same type.  Property 'i' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[16](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:17),13): error TS2717: Subsequent property declarations must have the same type.  Property 'iframe' must be of type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>', but here has type 'DetailedHTMLProps<IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>'.
Error: node_modules/@types/react/index.d.ts(32[17](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:18),13): error TS2717: Subsequent property declarations must have the same type.  Property 'img' must be of type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>', but here has type 'DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>'.
Error: node_modules/@types/react/index.d.ts(3218,13): error TS2717: Subsequent property declarations must have the same type.  Property 'input' must be of type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>', but here has type 'DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>'.
Error: node_modules/@types/react/index.d.ts(3219,13): error TS2717: Subsequent property declarations must have the same type.  Property 'ins' must be of type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>', but here has type 'DetailedHTMLProps<InsHTMLAttributes<HTMLModElement>, HTMLModElement>'.
Error: node_modules/@types/react/index.d.ts(3220,13): error TS2717: Subsequent property declarations must have the same type.  Property 'kbd' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3221,13): error TS2717: Subsequent property declarations must have the same type.  Property 'keygen' must be of type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<KeygenHTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3222,13): error TS2717: Subsequent property declarations must have the same type.  Property 'label' must be of type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>', but here has type 'DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>'.
Error: node_modules/@types/react/index.d.ts(3223,13): error TS2717: Subsequent property declarations must have the same type.  Property 'legend' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>'.
Error: node_modules/@types/react/index.d.ts(3224,13): error TS2717: Subsequent property declarations must have the same type.  Property 'li' must be of type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>', but here has type 'DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>'.
Error: node_modules/@types/react/index.d.ts(3225,13): error TS2717: Subsequent property declarations must have the same type.  Property 'link' must be of type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>', but here has type 'DetailedHTMLProps<LinkHTMLAttributes<HTMLLinkElement>, HTMLLinkElement>'.
Error: node_modules/@types/react/index.d.ts(3226,13): error TS2717: Subsequent property declarations must have the same type.  Property 'main' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3227,13): error TS2717: Subsequent property declarations must have the same type.  Property 'map' must be of type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>', but here has type 'DetailedHTMLProps<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>'.
Error: node_modules/@types/react/index.d.ts(3228,13): error TS2717: Subsequent property declarations must have the same type.  Property 'mark' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3229,13): error TS2717: Subsequent property declarations must have the same type.  Property 'menu' must be of type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<MenuHTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3230,13): error TS2717: Subsequent property declarations must have the same type.  Property 'menuitem' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3231,13): error TS2717: Subsequent property declarations must have the same type.  Property 'meta' must be of type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>', but here has type 'DetailedHTMLProps<MetaHTMLAttributes<HTMLMetaElement>, HTMLMetaElement>'.
Error: node_modules/@types/react/index.d.ts(3232,13): error TS2717: Subsequent property declarations must have the same type.  Property 'meter' must be of type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>', but here has type 'DetailedHTMLProps<MeterHTMLAttributes<HTMLMeterElement>, HTMLMeterElement>'.
Error: node_modules/@types/react/index.d.ts(3233,13): error TS2717: Subsequent property declarations must have the same type.  Property 'nav' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3234,13): error TS2717: Subsequent property declarations must have the same type.  Property 'noindex' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3235,13): error TS2717: Subsequent property declarations must have the same type.  Property 'noscript' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3236,13): error TS2717: Subsequent property declarations must have the same type.  Property 'object' must be of type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>', but here has type 'DetailedHTMLProps<ObjectHTMLAttributes<HTMLObjectElement>, HTMLObjectElement>'.
Error: node_modules/@types/react/index.d.ts(32[37](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:39),13): error TS2717: Subsequent property declarations must have the same type.  Property 'ol' must be of type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>', but here has type 'DetailedHTMLProps<OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>'.
Error: node_modules/@types/react/index.d.ts(32[38](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:40),13): error TS2717: Subsequent property declarations must have the same type.  Property 'optgroup' must be of type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>', but here has type 'DetailedHTMLProps<OptgroupHTMLAttributes<HTMLOptGroupElement>, HTMLOptGroupElement>'.
Error: node_modules/@types/react/index.d.ts(32[39](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:41),13): error TS2717: Subsequent property declarations must have the same type.  Property 'option' must be of type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>', but here has type 'DetailedHTMLProps<OptionHTMLAttributes<HTMLOptionElement>, HTMLOptionElement>'.
Error: node_modules/@types/react/index.d.ts(3240,13): error TS2717: Subsequent property declarations must have the same type.  Property 'output' must be of type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>', but here has type 'DetailedHTMLProps<OutputHTMLAttributes<HTMLOutputElement>, HTMLOutputElement>'.
Error: node_modules/@types/react/index.d.ts(32[41](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:44),13): error TS2717: Subsequent property declarations must have the same type.  Property 'p' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>'.
Error: node_modules/@types/react/index.d.ts(32[42](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:45),13): error TS2717: Subsequent property declarations must have the same type.  Property 'param' must be of type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>', but here has type 'DetailedHTMLProps<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>'.
Error: node_modules/@types/react/index.d.ts(32[43](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:46),13): error TS2717: Subsequent property declarations must have the same type.  Property 'picture' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3244,13): error TS2717: Subsequent property declarations must have the same type.  Property 'pre' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLPreElement>, HTMLPreElement>'.
Error: node_modules/@types/react/index.d.ts(32[45](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:49),13): error TS2717: Subsequent property declarations must have the same type.  Property 'progress' must be of type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>', but here has type 'DetailedHTMLProps<ProgressHTMLAttributes<HTMLProgressElement>, HTMLProgressElement>'.
Error: node_modules/@types/react/index.d.ts(32[46](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:50),13): error TS2717: Subsequent property declarations must have the same type.  Property 'q' must be of type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>', but here has type 'DetailedHTMLProps<QuoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>'.
Error: node_modules/@types/react/index.d.ts(32[47](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:51),13): error TS2717: Subsequent property declarations must have the same type.  Property 'rp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[48](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:52),13): error TS2717: Subsequent property declarations must have the same type.  Property 'rt' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[49](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:53),13): error TS2717: Subsequent property declarations must have the same type.  Property 'ruby' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(32[50](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:54),13): error TS2717: Subsequent property declarations must have the same type.  Property 's' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3251,13): error TS2717: Subsequent property declarations must have the same type.  Property 'samp' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3252,13): error TS2717: Subsequent property declarations must have the same type.  Property 'slot' must be of type 'DetailedHTMLProps<SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>', but here has type 'DetailedHTMLProps<SlotHTMLAttributes<HTMLSlotElement>, HTMLSlotElement>'.
Error: node_modules/@types/react/index.d.ts(3253,13): error TS2717: Subsequent property declarations must have the same type.  Property 'script' must be of type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>', but here has type 'DetailedHTMLProps<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>'.
Error: node_modules/@types/react/index.d.ts(32[54](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:58),13): error TS2717: Subsequent property declarations must have the same type.  Property 'section' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3255,13): error TS2717: Subsequent property declarations must have the same type.  Property 'select' must be of type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>', but here has type 'DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>'.
Error: node_modules/@types/react/index.d.ts(32[56](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:60),13): error TS2717: Subsequent property declarations must have the same type.  Property 'small' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3257,13): error TS2717: Subsequent property declarations must have the same type.  Property 'source' must be of type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>', but here has type 'DetailedHTMLProps<SourceHTMLAttributes<HTMLSourceElement>, HTMLSourceElement>'.
Error: node_modules/@types/react/index.d.ts(32[58](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:62),13): error TS2717: Subsequent property declarations must have the same type.  Property 'span' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>'.
Error: node_modules/@types/react/index.d.ts(3259,13): error TS2717: Subsequent property declarations must have the same type.  Property 'strong' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3260,13): error TS2717: Subsequent property declarations must have the same type.  Property 'style' must be of type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>', but here has type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
Error: node_modules/@types/react/index.d.ts(32[61](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:65),13): error TS2717: Subsequent property declarations must have the same type.  Property 'sub' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3262,13): error TS2717: Subsequent property declarations must have the same type.  Property 'summary' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3263,13): error TS2717: Subsequent property declarations must have the same type.  Property 'sup' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3264,13): error TS2717: Subsequent property declarations must have the same type.  Property 'table' must be of type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>', but here has type 'DetailedHTMLProps<TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>'.
Error: node_modules/@types/react/index.d.ts(3265,13): error TS2717: Subsequent property declarations must have the same type.  Property 'template' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTemplateElement>, HTMLTemplateElement>'.
Error: node_modules/@types/react/index.d.ts(3266,13): error TS2717: Subsequent property declarations must have the same type.  Property 'tbody' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
Error: node_modules/@types/react/index.d.ts(3267,13): error TS2717: Subsequent property declarations must have the same type.  Property 'td' must be of type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>', but here has type 'DetailedHTMLProps<TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>'.
Error: node_modules/@types/react/index.d.ts(32[68](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:72),13): error TS2717: Subsequent property declarations must have the same type.  Property 'textarea' must be of type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>', but here has type 'DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>'.
Error: node_modules/@types/react/index.d.ts(32[69](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:73),13): error TS2717: Subsequent property declarations must have the same type.  Property 'tfoot' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
Error: node_modules/@types/react/index.d.ts(32[70](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:74),13): error TS2717: Subsequent property declarations must have the same type.  Property 'th' must be of type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>', but here has type 'DetailedHTMLProps<ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>'.
Error: node_modules/@types/react/index.d.ts(32[71](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:75),13): error TS2717: Subsequent property declarations must have the same type.  Property 'thead' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>'.
Error: node_modules/@types/react/index.d.ts(3272,13): error TS2717: Subsequent property declarations must have the same type.  Property 'time' must be of type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>', but here has type 'DetailedHTMLProps<TimeHTMLAttributes<HTMLTimeElement>, HTMLTimeElement>'.
Error: node_modules/@types/react/index.d.ts(3273,13): error TS2717: Subsequent property declarations must have the same type.  Property 'title' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTitleElement>, HTMLTitleElement>'.
Error: node_modules/@types/react/index.d.ts(3274,13): error TS2717: Subsequent property declarations must have the same type.  Property 'tr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>'.
Error: node_modules/@types/react/index.d.ts(32[75](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:79),13): error TS2717: Subsequent property declarations must have the same type.  Property 'track' must be of type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>', but here has type 'DetailedHTMLProps<TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>'.
Error: node_modules/@types/react/index.d.ts(32[76](https://github.com/getsentry/sentry-react-native/actions/runs/13950985149/job/39050330145#step:9:80),13): error TS2717: Subsequent property declarations must have the same type.  Property 'u' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3277,13): error TS2717: Subsequent property declarations must have the same type.  Property 'ul' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>'.
Error: node_modules/@types/react/index.d.ts(3278,13): error TS2717: Subsequent property declarations must have the same type.  Property '"var"' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3279,13): error TS2717: Subsequent property declarations must have the same type.  Property 'video' must be of type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>', but here has type 'DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>'.
Error: node_modules/@types/react/index.d.ts(3280,13): error TS2717: Subsequent property declarations must have the same type.  Property 'wbr' must be of type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>', but here has type 'DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>'.
Error: node_modules/@types/react/index.d.ts(3281,13): error TS2717: Subsequent property declarations must have the same type.  Property 'webview' must be of type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>', but here has type 'DetailedHTMLProps<WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>'.
Error: Process completed with exit code 1.

💚 How did you test it?

Locally, CI

📝 Checklist

  • I added tests to verify changes
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • All tests passing
  • No breaking changes

🔮 Next steps

#skip-changelog

@antonis antonis marked this pull request as ready for review March 20, 2025 08:50
@github-actions
Copy link
Contributor

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 456.04 ms 461.90 ms 5.85 ms
Size 17.75 MiB 20.12 MiB 2.37 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
c4bd70f 438.35 ms 442.18 ms 3.84 ms
c71ea72 492.79 ms 478.78 ms -14.01 ms
76d1baf+dirty 335.72 ms 355.52 ms 19.80 ms
6707be9 445.04 ms 464.24 ms 19.20 ms
ddc0552 472.92 ms 460.66 ms -12.26 ms
c2a4e9b 480.42 ms 485.60 ms 5.18 ms
31fcca2 391.22 ms 414.78 ms 23.56 ms
05b43ab 438.67 ms 496.19 ms 57.52 ms
0db0c72 372.12 ms 386.00 ms 13.88 ms
d997097 470.23 ms 475.46 ms 5.23 ms

App size

Revision Plain With Sentry Diff
c4bd70f 17.75 MiB 20.12 MiB 2.37 MiB
c71ea72 17.75 MiB 20.11 MiB 2.36 MiB
76d1baf+dirty 17.73 MiB 20.04 MiB 2.31 MiB
6707be9 17.75 MiB 20.11 MiB 2.37 MiB
ddc0552 17.74 MiB 20.09 MiB 2.35 MiB
c2a4e9b 17.73 MiB 20.06 MiB 2.33 MiB
31fcca2 17.73 MiB 19.90 MiB 2.17 MiB
05b43ab 17.75 MiB 20.11 MiB 2.36 MiB
0db0c72 17.73 MiB 19.75 MiB 2.02 MiB
d997097 17.75 MiB 20.11 MiB 2.36 MiB

@github-actions
Copy link
Contributor

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1245.12 ms 1247.31 ms 2.19 ms
Size 2.63 MiB 3.76 MiB 1.13 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f86dde7+dirty 1204.88 ms 1203.61 ms -1.26 ms
4297324+dirty 1230.27 ms 1232.53 ms 2.27 ms
e4d9fe0+dirty 1221.43 ms 1238.51 ms 17.08 ms
05b43ab+dirty 1225.33 ms 1227.33 ms 2.00 ms
3aecc61+dirty 1237.75 ms 1237.42 ms -0.33 ms
025d490+dirty 1237.51 ms 1238.34 ms 0.83 ms
c71ea72+dirty 1225.76 ms 1229.51 ms 3.76 ms
d8992c6+dirty 1236.55 ms 1241.53 ms 4.98 ms
8ab11b6+dirty 1203.23 ms 1206.02 ms 2.79 ms
fe13591+dirty 1208.25 ms 1219.53 ms 11.28 ms

App size

Revision Plain With Sentry Diff
f86dde7+dirty 2.63 MiB 3.75 MiB 1.12 MiB
4297324+dirty 2.36 MiB 3.08 MiB 735.61 KiB
e4d9fe0+dirty 2.63 MiB 3.70 MiB 1.06 MiB
05b43ab+dirty 2.63 MiB 3.74 MiB 1.11 MiB
3aecc61+dirty 2.36 MiB 3.12 MiB 778.58 KiB
025d490+dirty 2.63 MiB 3.75 MiB 1.12 MiB
c71ea72+dirty 2.63 MiB 3.68 MiB 1.05 MiB
d8992c6+dirty 2.63 MiB 3.75 MiB 1.12 MiB
8ab11b6+dirty 2.36 MiB 3.11 MiB 759.83 KiB
fe13591+dirty 2.36 MiB 3.10 MiB 752.40 KiB

@github-actions
Copy link
Contributor

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1209.79 ms 1226.80 ms 17.01 ms
Size 3.19 MiB 4.33 MiB 1.14 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
f86dde7+dirty 1219.88 ms 1224.58 ms 4.71 ms
4297324+dirty 1240.86 ms 1232.04 ms -8.81 ms
e4d9fe0+dirty 1210.45 ms 1204.23 ms -6.21 ms
05b43ab+dirty 1231.12 ms 1235.83 ms 4.70 ms
3aecc61+dirty 1240.27 ms 1240.51 ms 0.24 ms
025d490+dirty 1205.27 ms 1206.15 ms 0.88 ms
c71ea72+dirty 1221.39 ms 1231.77 ms 10.38 ms
d8992c6+dirty 1206.27 ms 1216.76 ms 10.48 ms
8ab11b6+dirty 1222.91 ms 1216.08 ms -6.83 ms
fe13591+dirty 1250.69 ms 1246.27 ms -4.43 ms

App size

Revision Plain With Sentry Diff
f86dde7+dirty 3.19 MiB 4.32 MiB 1.13 MiB
4297324+dirty 2.92 MiB 3.64 MiB 741.22 KiB
e4d9fe0+dirty 3.19 MiB 4.26 MiB 1.08 MiB
05b43ab+dirty 3.19 MiB 4.30 MiB 1.12 MiB
3aecc61+dirty 2.92 MiB 3.69 MiB 789.88 KiB
025d490+dirty 3.19 MiB 4.32 MiB 1.13 MiB
c71ea72+dirty 3.19 MiB 4.25 MiB 1.06 MiB
d8992c6+dirty 3.19 MiB 4.32 MiB 1.13 MiB
8ab11b6+dirty 2.92 MiB 3.67 MiB 772.38 KiB
fe13591+dirty 2.92 MiB 3.66 MiB 757.71 KiB

@github-actions
Copy link
Contributor

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 391.15 ms 418.14 ms 26.99 ms
Size 7.15 MiB 8.39 MiB 1.23 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
457e29f+dirty 591.49 ms 612.96 ms 21.47 ms
025d490+dirty 393.10 ms 402.53 ms 9.43 ms
148f924+dirty 347.36 ms 389.13 ms 41.77 ms
52c0562+dirty 401.23 ms 435.65 ms 34.42 ms
b7eb05d+dirty 335.90 ms 338.98 ms 3.08 ms
15c80ab+dirty 276.38 ms 327.54 ms 51.17 ms
7fd512a+dirty 439.69 ms 503.71 ms 64.01 ms
6fd1d2b+dirty 426.36 ms 453.98 ms 27.62 ms
fe13591+dirty 539.51 ms 597.92 ms 58.40 ms
86d6d2c+dirty 267.21 ms 325.24 ms 58.04 ms

App size

Revision Plain With Sentry Diff
457e29f+dirty 7.15 MiB 8.10 MiB 981.29 KiB
025d490+dirty 7.15 MiB 8.39 MiB 1.23 MiB
148f924+dirty 7.15 MiB 8.21 MiB 1.07 MiB
52c0562+dirty 7.15 MiB 8.39 MiB 1.24 MiB
b7eb05d+dirty 7.15 MiB 8.39 MiB 1.23 MiB
15c80ab+dirty 7.15 MiB 8.09 MiB 966.13 KiB
7fd512a+dirty 7.15 MiB 8.35 MiB 1.21 MiB
6fd1d2b+dirty 7.15 MiB 8.39 MiB 1.23 MiB
fe13591+dirty 7.15 MiB 8.35 MiB 1.20 MiB
86d6d2c+dirty 7.15 MiB 8.09 MiB 962.69 KiB

@krystofwoldrich
Copy link
Contributor

Thank you for the fix, seems to be caused by the release of @types/[email protected] from yesterday.

@krystofwoldrich krystofwoldrich merged commit 4af1276 into main Mar 20, 2025
76 checks passed
@krystofwoldrich krystofwoldrich deleted the antonis/fix-type-check branch March 20, 2025 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants