frontend
frontend copied to clipboard
Bump @sentry/browser from 7.8.0 to 7.11.1
Bumps @sentry/browser from 7.8.0 to 7.11.1.
Release notes
Sourced from @sentry/browser's releases.
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.
- feat(react): Track duration of React component updates (#5531)
- feat(svelte): Add Error and Performance Instrumentation from Browser SDK (#5543)
- feat(svelte): Add Svelte SDK Package Boilerplate (#5535)
- fix(integration): Don't mangle localforage internals (#5534)
- fix(react): Set redux state context properly (#5550)
- fix(remix): Support merging
jsonresponses from root loader functions. (#5548)- fix(remix): Return response if detected in root loader (#5558)
- ref(nextjs): Move
autoWrapDataFetchersoption intoexperimentsobject (#5540)- ref(nextjs): Wrap server-side data-fetching methods during build (#5503)
Work in this release contributed by
@augustuswm. Thank you for your contribution!7.9.0
This release adds the
tracePropagationTargetsoption to the Sentry Node SDK.
- feat(node): Add
tracePropagationTargetsoption (#5521)- fix(browser): Parse Chrome stack frames without full paths (#5519)
- fix(browser): Set
:as a part of gecko protocol regex group. (#4153)- fix(browser): Strip webpack wrapping from stack frames (#5522)
- fix(nextjs): Pull
transpileClientSDKoption from correct location (#5516)- fix(node): Handle colons in stack trace paths (#5517)
- fix(react): Fix React Router v6 paramaterization (#5515)
- fix(remix): Paramaterize server side transactions (#5491)
- fix(remix): Provide
sentry-traceandbaggagevia root loader. (#5509)- ref(nextjs): Prework for wrapping data-fetching functions (#5508)
- ref(nextjs): Simplify
NextConfigObjecttype (#5514)7.8.1
- fix(nextjs): Add default
distDirvalue back intoindex.server.ts(#5479)
... (truncated)
Changelog
Sourced from @sentry/browser's changelog.
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.
- feat(react): Track duration of React component updates (#5531)
- feat(svelte): Add Error and Performance Instrumentation from Browser SDK (#5543)
- feat(svelte): Add Svelte SDK Package Boilerplate (#5535)
- fix(integration): Don't mangle localforage internals (#5534)
- fix(react): Set redux state context properly (#5550)
- fix(remix): Support merging
jsonresponses from root loader functions. (#5548)- fix(remix): Return response if detected in root loader (#5558)
- ref(nextjs): Move
autoWrapDataFetchersoption intoexperimentsobject (#5540)- ref(nextjs): Wrap server-side data-fetching methods during build (#5503)
Work in this release contributed by
@augustuswm. Thank you for your contribution!7.9.0
This release adds the
tracePropagationTargetsoption to the Sentry Node SDK.
- feat(node): Add
tracePropagationTargetsoption (#5521)- fix(browser): Parse Chrome stack frames without full paths (#5519)
- fix(browser): Set
:as a part of gecko protocol regex group. (#4153)- fix(browser): Strip webpack wrapping from stack frames (#5522)
- fix(nextjs): Pull
transpileClientSDKoption from correct location (#5516)- fix(node): Handle colons in stack trace paths (#5517)
- fix(react): Fix React Router v6 paramaterization (#5515)
- fix(remix): Paramaterize server side transactions (#5491)
- fix(remix): Provide
sentry-traceandbaggagevia root loader. (#5509)- ref(nextjs): Prework for wrapping data-fetching functions (#5508)
... (truncated)
Commits
c9d76dfrelease: 7.11.1a1fd7c4meta: 7.11.1 CHANGELOG (#5597)8e21f0dfix(remix): Store transaction on express req (#5595)8c58e0dMerge branch 'release/7.11.0'753ad86release: 7.11.02306940meta: Update CHANGELOG for 7.11.0 (#5588)2f6deebfeat(nextjs): Create spans and route parameterization in server-side `getInit...e861cc4feat(nextjs): Add spans and route parameterization in data fetching wrappers ...c2cdf92fix(remix): Wrap domains properly on instrumentServer (#5590)bdd7fdefix(remix): Use domains to prevent scope bleed (#5570)- 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)
Pull Request Test Coverage Report for Build 2949775734
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 33.653%
| Totals | |
|---|---|
| Change from base Build 2949728457: | 0.0% |
| Covered Lines: | 4281 |
| Relevant Lines: | 11885 |
💛 - Coveralls
Superseded by #2204.