dependabot npm(deps): bump @sentry/tracing from 6.18.2 to 6.19.1
Bumps @sentry/tracing from 6.18.2 to 6.19.1.
Release notes
Sourced from @sentry/tracing
's releases.
6.19.1
This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.
fix(types): Point to type definitions in dist folder #4745
6.19.0
This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new
maxNormalizationBreadth
setting. See #4689 for details.feat(build): Create debug versions of minified bundles (#4699) feat(integrations): Make ES6 integration bundles (#4718) feat(utils): Limit
normalize
maximum properties/elements (#4689) feat(various): Apply debug guard to logger everywhere (#4698) fix(browser): Useapply
rather thancall
intry-catch
integration (#4695) fix(ember): Fix merging env config (#4714) fix(nextjs): Add env var to suppress API non-response meta-warning (#4706) fix(nextjs): Widen scope for client file upload (#4705) fix(node): Fix async stack parsing (#4721) ref(browser): Use ratelimit utils in base transport (#4686) ref(build): Introduce root build directory in@sentry/browser
(#4688) ref(minimal): SimplifysyntheticException
creation (#4691) ref(tracing): RemoveBrowserTracing
logging flag default value (#4708) ref(utils): SimplifyisDebugBuild
logging guard (#4696)Work in this release contributed by
@Turbo87
. Thank you for your contribution!
Changelog
Sourced from @sentry/tracing
's changelog.
6.19.1
This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.
fix(types): Point to type definitions in dist folder #4745
6.19.0
This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new
maxNormalizationBreadth
setting. See #4689 for details.feat(build): Create debug versions of minified bundles (#4699) feat(integrations): Make ES6 integration bundles (#4718) feat(utils): Limit
normalize
maximum properties/elements (#4689) feat(various): Apply debug guard to logger everywhere (#4698) fix(browser): Useapply
rather thancall
intry-catch
integration (#4695) fix(ember): Fix merging env config (#4714) fix(nextjs): Add env var to suppress API non-response meta-warning (#4706) fix(nextjs): Widen scope for client file upload (#4705) fix(node): Fix async stack parsing (#4721) ref(browser): Use ratelimit utils in base transport (#4686) ref(build): Introduce root build directory in@sentry/browser
(#4688) ref(minimal): SimplifysyntheticException
creation (#4691) ref(tracing): RemoveBrowserTracing
logging flag default value (#4708) ref(utils): SimplifyisDebugBuild
logging guard (#4696)Work in this release contributed by
@Turbo87
. Thank you for your contribution!
Commits
-
9268185
release: 6.19.1 -
c075b03
meta: Update changelog for 6.19.1 (#4747) -
040a012
fix(types): Point to type definitions in dist folder -
2e01497
test(integrations): Add unit tests forDebug
-
79a109c
ref(node): Include source context lines for all exceptions (#4734) -
76acf2f
feat(core): Introduce New Transports API (#4716) -
cf16e48
Merge branch 'release/6.19.0' -
b93e8d4
release: 6.19.0 -
cb0f97d
run integration bundle builds sequentially (#4740) -
ebc9da5
meta: Update changelog for 6.19.0 (#4735) - Additional commits viewable in compare view