ref(svelte): Add Svelte 4 as a peer dependency (#8280)
7.54.0
Important Changes
feat(core): Add default entries to ignoreTransactions for Healthchecks #8191
All SDKs now filter out health check transactions by default.
These are transactions where the transaction name matches typical API health check calls, such as /^.*healthy.*$/ or /^. *heartbeat.*$/. Take a look at this list to learn which regexes we currently use to match transaction names.
We believe that these transactions do not provide value in most cases and we want to save you some of your quota by filtering them out by default.
These filters are implemented as default values for the top level ignoreTransactions option.
You can disable this filtering by manually specifiying the InboundFilters integration and setting the disableTransactionDefaults option:
feat(replay): Add mutationBreadcrumbLimit and mutationLimit to Replay Options (#8228)
The previously experimental options mutationBreadcumbLimit and mutationLimit have been promoted to regular Replay integration options.
A high number of DOM mutations (in a single event loop) can cause performance regressions in end-users' browsers.
Use mutationBreadcrumbLimit to send a breadcrumb along with your recording if the mutation limit was reached.
Use mutationLimit to stop recording if the mutation limit was reached.
feat(sveltekit): Add source maps support for Vercel (lambda) (#8256)
The SvelteKit SDK can now be used if you deploy your SvelteKit app to Vercel.
By default, the SDK's Vite plugin will detect the used adapter and adjust the source map uploading config as necessary.
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/node from 6.19.7 to 7.55.2.
Release notes
Sourced from
@​sentry/node
's releases.... (truncated)
Changelog
Sourced from
@​sentry/node
's changelog.... (truncated)
Commits
f20bb47
release: 7.55.20addd6b
Merge pull request #8335 from getsentry/prepare-release/7.55.2c4241eb
meta(changelog): Update changelog for 7.55.2d04488e
fix(replay): Stop exportingEventType
from@sentry-internal/rrweb
(#8334)e176c57
fix(serverless): Export captureCheckIn (#8333)4776d21
Merge pull request #8332 from getsentry/masterb356ca9
Merge branch 'release/7.55.1'4b4d315
release: 7.55.1281e987
Merge pull request #8331 from getsentry/prepare-release/7.55.1010315d
meta(changelog): Update changelog for 7.55.1Dependabot 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)