This release adds a new SDK, @sentry/opentelemetry-node,
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
Give it a try and let us know if you have any feedback or problems with using it. (#6000)
This release also deprecates the tracingOrigins option in favor of using shouldCreateSpanForRequest and tracePropagationTargets.
See #6176 for details.
This release adds the beforeSendTransaction callback to all JS SDKs, letting you make changes to or drop transactions before they're sent to Sentry. This callback works identically to beforeSend, just for transactions.
feat(node): Add option to OnUncaughtException integration that allows mimicking native uncaught error exit behaviour (#6137)
feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#6080)
fix(nextjs): Allow onUncaughtException integration to remain excluded (#6148)
fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered (#6138)
fix(remix): Prevent capturing pending promises as exceptions. (#6129)
7.17.4
fix(aws): Move relay to port 5333 to avoid collisions (#6093)
fix(nextjs): Await Next.js server in patched getServerRequestHandler (#6072)
fix(nextjs): CLI binary not found on Windows (#6096)
fix(nextjs): Escape Windows paths when writing wrapper templates (#6101)
7.17.3
chore(ember): Show warning when using invalid config (#6032)
fix(nextjs): Log false positive warning only if request is unfinished. (#6070)
fix(tracing): Add an extra conditional check to web vitals onCLS() (#6091)
7.17.2
fix(tracing): Fix tracingOrigins not applying (#6079)
7.17.1
This release standardizes our SDKs to use the MIT License, which is our standard license for Sentry SDKs. We were previously using the BSD 3-Clause License in @sentry/browser,@sentry/core, @sentry/gatsby, @sentry/hub, @sentry/integrations, @sentry/node, @sentry/react, @sentry/types, @sentry/typescript, and @sentry/utils.
This release also updates the behaviour of tracingOrigins to no longer affect span creation. tracingOrigins will only affect if sentry-trace and baggage headers are attached to outgoing requests. To control span creation, use the shouldCreateSpanForRequest option.
This release adds a new SDK, @sentry/opentelemetry-node,
which is available as an alpha release to integrate OpenTelemetry performance tracing with Sentry.
Give it a try and let us know if you have any feedback or problems with using it. (#6000)
This release also deprecates the tracingOrigins option in favor of using shouldCreateSpanForRequest and tracePropagationTargets.
See #6176 for details.
This release adds the beforeSendTransaction callback to all JS SDKs, letting you make changes to or drop transactions before they're sent to Sentry. This callback works identically to beforeSend, just for transactions.
feat(node): Add option to OnUncaughtException integration that allows mimicking native uncaught error exit behaviour (#6137)
feat(tracing): Add tracePropagationTargets option to browser routing instrumentation (#6080)
fix(nextjs): Allow onUncaughtException integration to remain excluded (#6148)
fix(nextjs): Do not exit process when errors bubble up while additional uncaughtException-handlers are registered (#6138)
fix(remix): Prevent capturing pending promises as exceptions. (#6129)
7.17.4
fix(aws): Move relay to port 5333 to avoid collisions (#6093)
fix(nextjs): Await Next.js server in patched getServerRequestHandler (#6072)
fix(nextjs): CLI binary not found on Windows (#6096)
fix(nextjs): Escape Windows paths when writing wrapper templates (#6101)
7.17.3
chore(ember): Show warning when using invalid config (#6032)
fix(nextjs): Log false positive warning only if request is unfinished. (#6070)
fix(tracing): Add an extra conditional check to web vitals onCLS() (#6091)
7.17.2
fix(tracing): Fix tracingOrigins not applying (#6079)
7.17.1
This release standardizes our SDKs to use the MIT License, which is our standard license for Sentry SDKs. We were previously using the BSD 3-Clause License in @sentry/browser,@sentry/core, @sentry/gatsby, @sentry/hub, @sentry/integrations, @sentry/node, @sentry/react, @sentry/types, @sentry/typescript, and @sentry/utils.
This release also updates the behaviour of tracingOrigins to no longer affect span creation. tracingOrigins will only affect if sentry-trace and baggage headers are attached to outgoing requests. To control span creation, use the shouldCreateSpanForRequest option.
This version was pushed to npm by sentry-bot, a new releaser for @sentry/browser since your current version.
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 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/browser from 5.27.6 to 7.19.0.
Release notes
Sourced from
@sentry/browser
's releases.... (truncated)
Changelog
Sourced from
@sentry/browser
's changelog.... (truncated)
Commits
1818483
release: 7.19.0478aed0
meta: Update changelog for 7.19.0 (#6186)411b0fa
chore(otel): Make@sentry/opentelemetry-node
public (#6187)bd46727
fix(integrations): Remove erroneous WINDOW exports (#6185)aaf48a1
ref(tracing): DeprecatetracingOrigins
(#6176)b4a4342
fix(otel): Use span.toTraceParent to set sentry-trace in propagator (#6174)7c61239
chore: Update craft config in preparation for otel release (#6184)fd377d6
fix(react): Guard against non-error obj in ErrorBoundary (#6181)c9128b0
chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (#6178)c59c70b
feat(node): allow keepAlive override (#6161)Maintainer changes
This version was pushed to npm by sentry-bot, a new releaser for
@sentry/browser
since your current version.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 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)