dependabot npm(deps): bump @sentry/tracing from 6.18.1 to 6.18.2
Bumps @sentry/tracing from 6.18.1 to 6.18.2.
Release notes
Sourced from @sentry/tracing
's releases.
6.18.2
If you are using
@sentry-internal/eslint-config-sdk
, please note that this release turns on the quotes rule to enforce usage of single quotes.This release also removes
@sentry/tracing
as a dependency of@sentry/node
. Please explicitly install and import@sentry/tracing
if you want to use performance monitoring capabilities. For more details, see our docs on setting up Node Performance Monitoring.We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with
bundle.tracing.es6.min.js
.
- chore(eslint): Turn on quotes rules (#4671)
- fix(node): prevent errors thrown on flush from breaking response (#4667)
- ref(node): Remove dependency on
@sentry/tracing
(#4647)- fix(tracing): Make method required in transactionSampling type (#4657)
- feat(tracing): Add ES6 tracing bundle (#4674)
Work in this release contributed by
@Ignigena
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
6.18.2
If you are using
@sentry-internal/eslint-config-sdk
, please note that this release turns on the quotes rule to enforce usage of single quotes.This release also removes
@sentry/tracing
as a dependency of@sentry/node
. Please explicitly install and import@sentry/tracing
if you want to use performance monitoring capabilities. For more details, see our docs on setting up Node Performance Monitoring.We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with
bundle.tracing.es6.min.js
.
- chore(eslint): Turn on quotes rules (#4671)
- fix(node): prevent errors thrown on flush from breaking response (#4667)
- ref(node): Remove dependency on
@sentry/tracing
(#4647)- fix(tracing): Make method required in transactionSampling type (#4657)
- feat(tracing): Add ES6 tracing bundle (#4674)
Work in this release contributed by
@Ignigena
. Thank you for your contribution!
Commits
-
22f518e
release: 6.18.2 -
04e5429
meta: 6.18.2 changelog (#4690) -
a1e97ea
ref(build): Handle minification in rollup config generation function (#4681) -
61c79ef
feat(utils): Introduce rate limit helpers (#4685) -
845aada
feat(tracing): Add ES6 tracing bundle (#4674) -
7f94831
feat(build): Add VSCode debug config for running rollup (#4680) -
f55697e
fix(build): Build bundles in parallel (#4678) -
f715e87
ref(utils): Simplify value normalization (#4666) -
bc7b975
build: Move build related unit test into own job (#4658) -
0b2221d
fix(handlers): prevent errors thrown onflush
from breaking response (#4667) - Additional commits viewable in compare view