feat(core): Add server.address to browser http.client spans (#11663)
fix: Ensure next & sveltekit correctly handle browserTracingIntegration (#11647)
fix(browser): Don't assume window.document is available (#11598)
7.110.1
fix(nextjs): Fix tunnelRoute matching logic for hybrid cloud (#11577)
7.110.0
Important Changes
feat(tracing): Add interactions sample rate to browser tracing integrations (#11382)
You can now use a interactionsSampleRate to control the sample rate of INP spans. interactionsSampleRate is applied
on top of the global tracesSampleRate. Therefore if interactionsSampleRate is 0.5 and tracesSampleRate is 0.1,
then the actual sample rate for interactions is 0.05.
This release deprecates the Hub class, as well as the addRequestDataToTransaction method. The trpcMiddleware
method is no longer on the Handlers export, but instead is a standalone export.
Please see the detailed Migration docs on how to migrate to the new APIs.
feat: Deprecate and relocate trpcMiddleware (#11389)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @sentry/integrations from 7.70.0 to 7.111.0.
Release notes
Sourced from
@​sentry/integrations
's releases.... (truncated)
Changelog
Sourced from
@​sentry/integrations
's changelog.... (truncated)
Commits
7f51d0f
release: 7.111.0915cfb7
meta: CHANGELOG for 7.111.0 (#11684)b9ef116
feat(core/v7): Addserver.address
to browserhttp.client
spans (#11663)705f919
fix(v7): Ensure next & sveltekit correctly handle `browserTracingIntegration...b5bdd4b
fix(browser/v7): Don't assume window.document is available (#11598)d75b9af
test(e2e): Unflake sveltekit e2e tests (#11597)2e7c4f4
Merge branch 'release/7.110.1' into v72ce36d5
release: 7.110.1c5fd959
meta: Changelog for7.110.1
(#11594)fadc9ac
fix(nextjs/v7): FixtunnelRoute
matching logic for hybrid cloud (#11577)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show