androidInReact
androidInReact copied to clipboard
Bump @sentry/react from 6.19.7 to 7.12.1
Bumps @sentry/react from 6.19.7 to 7.12.1.
Release notes
Sourced from @sentry/react's releases.
7.12.1
- feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
- feat(react): Support useRoutes hook of React Router 6 (#5624)
- feat(remix): Continue transaction from request headers (#5600)
- feat(utils): Add function for ensuring input is an array (#5668)
- fix(utils): Remove Element dom type (#5675)
- fix(node):
contextscannot be overridden andculturenever included (#5677)- chore: Remove typedoc from READMEs (#5678)
7.12.0
This release adds an environment check in
@sentry/nextjsfor Vercel deployments (using theVERCEL_ENVenv variable), and only enablesSentryWebpackPluginif the environment isproduction. To override this, settingdisableClientWebpackPluginordisableServerWebpackPlugintofalsenow takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.
- fix(browser): use valid urls in Request checks (#5630)
- fix(integrations): Don't add empty stack trace in
RewriteFrames(#5625)- feat(nextjs): Create transactions in
getInitialPropsandgetServerSideProps(#5593)- feat(nextjs): Instrument server-side
getInitialPropsof_app,_documentand_error(#5604)- fix(nextjs): Start navigation transactions on same-route navigations (#5642)
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
- ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
- feat(node): Populate
event.contextsfor Node.js (#5512)- fix(node): Avoid catching domain errors in request handler (#5627)
- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
- ref(tracing): Remove mark measurements (#5605)
- ref(tracing): Update long task description (#5601)
- chore(svelte): Detect and report SvelteKit usage (#5594)
- feat(svelte): Add Component Tracking (#5612)
Work in this release contributed by
@lucas-zimerman,@GJZwiers, and@mohd-akram. Thank you for your contributions!7.11.1
- fix(remix): Store transaction on express req (#5595)
7.11.0
This release introduces updates the
tracingOriginsoption to not attach any headers/create an spans when supplied with an empty array ([]). Previously, we would supply the defaulttracingOriginsif an empty array was set as thetracingOriginsoption.
- fix(core): Suppress stack when
SentryErrorisn't an error (#5562)- feat(nextjs): Wrap server-side getInitialProps (#5546)
- feat(nextjs): Improve pageload transaction creation (#5574)
- feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
- feat(nextjs): Create spans and route parameterization in server-side
getInitialProps(#5587)- fix(remix): Use domains to prevent scope bleed (#5570)
- fix(remix): Wrap domains properly on instrumentServer (#5590)
- feat(remix): Add route ID to remix routes (#5568)
- feat(remix): Export a manual wrapper for custom Express servers (#5524)
- feat(tracing): Add long task collection (#5529)
- feat(tracing): Allow for setting of an empty array (#5583)
7.10.0
This release introduces the first alpha version of
@sentry/svelte, our newest JavaScript SDK! For details on how to use it, please see the README and the tracking GitHub issue.
... (truncated)
Changelog
Sourced from @sentry/react's changelog.
7.12.1
- feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
- feat(react): Support useRoutes hook of React Router 6 (#5624)
- feat(remix): Continue transaction from request headers (#5600)
- feat(utils): Add function for ensuring input is an array (#5668)
- fix(utils): Remove Element dom type (#5675)
- fix(node):
contextscannot be overridden andculturenever included (#5677)- chore: Remove typedoc from READMEs (#5678)
7.12.0
This release adds an environment check in
@sentry/nextjsfor Vercel deployments (using theVERCEL_ENVenv variable), and only enablesSentryWebpackPluginif the environment isproduction. To override this, settingdisableClientWebpackPluginordisableServerWebpackPlugintofalsenow takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.
- feat(nextjs): Create transactions in
getInitialPropsandgetServerSideProps(#5593)- feat(nextjs): Instrument server-side
getInitialPropsof_app,_documentand_error(#5604)- feat(node): Populate
event.contextsfor Node.js (#5512)- feat(svelte): Add Component Tracking (#5612)
- fix(browser): use valid urls in Request checks (#5630)
- fix(integrations): Don't add empty stack trace in
RewriteFrames(#5625)- fix(nextjs): Start navigation transactions on same-route navigations (#5642)
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
- fix(node): Avoid catching domain errors in request handler (#5627)
- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608)
- ref(nextjs): Add warning about non-hidden sourcemaps (#5649)
- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602)
- ref(tracing): Remove mark measurements (#5605)
- ref(tracing): Update long task description (#5601)
- chore(svelte): Detect and report SvelteKit usage (#5594)
Work in this release contributed by
@lucas-zimerman,@GJZwiers, and@mohd-akram. Thank you for your contributions!7.11.1
- fix(remix): Store transaction on express req (#5595)
7.11.0
This release introduces updates the
tracingOriginsoption to not attach any headers/create an spans when supplied with an empty array ([]). Previously, we would supply the defaulttracingOriginsif an empty array was set as thetracingOriginsoption.
- fix(core): Suppress stack when
SentryErrorisn't an error (#5562)- feat(nextjs): Wrap server-side getInitialProps (#5546)
- feat(nextjs): Improve pageload transaction creation (#5574)
- feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
- feat(nextjs): Create spans and route parameterization in server-side
getInitialProps(#5587)- fix(remix): Use domains to prevent scope bleed (#5570)
- fix(remix): Wrap domains properly on instrumentServer (#5590)
- feat(remix): Add route ID to remix routes (#5568)
- feat(remix): Export a manual wrapper for custom Express servers (#5524)
- feat(tracing): Add long task collection (#5529)
... (truncated)
Commits
dc252efrelease: 7.12.19998ce3meta: CHANGELOG for 7.12.1 (#5680)b5ddf58ref(react): Consolidate to use singlesetNamecall (#5681)35f559cref(angular): Consolidate to use singlesetNamecall (#5682)64122e8ref(nextjs): Consolidate to use singlesetNamecall (#5683)74672a0feat(remix): Continue transaction from request headers (#5600)ef11a5echore: Remove typedoc from READMEs (#5678)7e64b9efix(node):contextscannot be overridden andculturenever included (#5677)5efdabefix(utils): Remove Element dom type (#5675)53915b0feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
✔️ Deploy Preview for Ready! 😎 Browse the preview: https://android-preview.blueedge.me/110 ! 🔍 Inspect the deploy log: https://github.com/blueedgetechno/androidInReact/actions/runs/2979861530
Superseded by #112.