This release adds a new integration that instruments kafkajs library with spans and traces. This integration is
automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.
This release adds a new integration that instruments kafkajs library with spans and traces. This integration is
automatically enabled by default, but can be included with the Sentry.kafkaIntegration() import.
Work in this release was contributed by @Zen-cronic and @odanado. Thank you for your contributions!
8.29.0
Important Changes
Beta releases of official Solid and SolidStart Sentry SDKs
This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to
use them, check out the
Sentry Solid SDK README and the
Sentry SolidStart SDK README
respectively. Please reach out on GitHub if you have
any feedback or concerns.
feat(node): Option to only wrap instrumented modules (#13139)
Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.
build: Update symbolic dependency to 12.10.0 (#2120) by @trzeciak
2.33.1
Security fix
This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:
The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
The log level was set to info or debug
The default log level is warn, so users using the default log level were unaffected by this bug
We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the
arguments that the Sentry CLI was called with (see #2115 and #2118 for details).
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on @sentry/browser, @sentry/cli and concurrently to permit the latest version. Updates
@sentry/browser
to 8.30.0Release notes
Sourced from
@sentry/browser
's releases.Changelog
Sourced from
@sentry/browser
's changelog.... (truncated)
Commits
c4fe337
release: 8.30.07750a3f
Merge pull request #13648 from getsentry/prepare-release/8.30.0aba68f7
meta: Update CHANGELOG for 8.30.0ae4451d
ci: Add some additional GH project automation (#13629)a2d1b2c
fix(browser): Ensure Standalone CLS span timestamps are correct (#13649)1285e4b
feat(node): Addkafkajs
integration (#13528)cef6986
feat(otel): Upgrade@opentelemetry/semantic-conventions
to 1.26.0 (#13631)017e8f9
fix(nextjs): Widen removal of 404 transactions (#13628)4c6dd80
fix(node): Remove ambiguity and race conditions when matching local variables...7fa366f
ref(profiling): Conditionally shim cjs globals (#13267)Updates
@sentry/cli
to 2.36.1Release notes
Sourced from
@sentry/cli
's releases.Changelog
Sourced from
@sentry/cli
's changelog.... (truncated)
Commits
1be45ec
meta: Update CHANGELOG.mdc54284c
release: 2.36.1cda33ef
build: Downgradecurl-sys
(#2152)9d38902
Merge branch 'release/2.36.0'Updates
concurrently
to 9.0.1Release notes
Sourced from concurrently's releases.
Commits
79b3290
9.0.1041520b
Don't set up more than 1 abort signal listener (#503)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