We updated the way how we calculate errored and crashed sessions with this update. Please be aware that some numbers might change for you and they now should reflect the actual reality. Visit our docs for more information.
[browser] feat: Rework how we track sessions (#3224)
[hub] ref: Simplify getting hub from active domain (#3227)
[core] ref: Rename user to publicKey in Dsn type and class (#3225)
[ember] fix: Fix backwards compatibility with Embroider changes (#3230)
6.0.4
[browser] fix: Don't break when function call context is undefined (#3222)
[tracing] fix: Set default sampling context data where startTransaction is called (#3210)
[tracing] fix: Remove stray sampling data tags (#3197)
[tracing] fix: Clear activeTransaction from the scope and always start idle timers (#3215)
[angular] ref: Add Angular 11 to possible peerDependencies list (#3201)
[vue] ref: Add vue-router to peerDependencies list (#3214)
6.0.3
[tracing] ref: feat(tracing): Add context update methods to Span and Transaction (#3192)
[node] ref: Make ExpressRequest not extend http.IncomingMessage anymore (#3211)
[browser] deps: Allow for LocalForage >=1.8.1 (#3205)
[ember] fix(ember): Fix location url for 'hash' location type (#3195)
[ember] fix(ember): Fix Ember to work with Embroider and Fastboot (#3181)
6.0.2
[browser] fix: Disable session tracking in non-browser environments (#3194)
6.0.1
[vue] fix: Make sure that error is present before logging it in Vue (#3183)
[serverless] fix: Fix issue when /dist didn't exist before building (#3190)
6.0.0
This major version release doesn't contain any breaking API/code changes.
Starting from the version 6.0.0, all SDKs that support sending sessions data will do so by default. See our Release Health docs to learn more.
As of this version, it applies to all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon after, in the minor 6.x release.
You can opt-out of this behavior by setting autoSessionTracking: false option during SDK initialization.
[wasm] feat: Introduce a @sentry/wasm package (#3080)
[tracing] feat: Turn Sessions Tracking on by default (#3099)
[tracing] feat: Create session on history change (#3179)
[core] feat: Attach SDK metadata to options and pass it to the API and transports (#3177)
[build] feat: AWS Lambda layer target config for Craft (#3175)
[tracing] fix: Make sure that mongo method is thenable before calling it (#3173)
We updated the way how we calculate errored and crashed sessions with this update. Please be aware that some numbers might change for you and they now should reflect the actual reality. Visit our docs for more information.
[browser] feat: Rework how we track sessions (#3224)
[hub] ref: Simplify getting hub from active domain (#3227)
[core] ref: Rename user to publicKey in Dsn type and class (#3225)
[ember] fix: Fix backwards compatibility with Embroider changes (#3230)
6.0.4
[browser] fix: Don't break when function call context is undefined (#3222)
[tracing] fix: Set default sampling context data where startTransaction is called (#3210)
[tracing] fix: Remove stray sampling data tags (#3197)
[tracing] fix: Clear activeTransaction from the scope and always start idle timers (#3215)
[angular] ref: Add Angular 11 to possible peerDependencies list (#3201)
[vue] ref: Add vue-router to peerDependencies list (#3214)
6.0.3
[tracing] ref: feat(tracing): Add context update methods to Span and Transaction (#3192)
[node] ref: Make ExpressRequest not extend http.IncomingMessage anymore (#3211)
[browser] deps: Allow for LocalForage >=1.8.1 (#3205)
[ember] fix(ember): Fix location url for 'hash' location type (#3195)
[ember] fix(ember): Fix Ember to work with Embroider and Fastboot (#3181)
6.0.2
[browser] fix: Disable session tracking in non-browser environments (#3194)
6.0.1
[vue] fix: Make sure that error is present before logging it in Vue (#3183)
[serverless] fix: Fix issue when /dist didn't exist before building (#3190)
6.0.0
This major version release doesn't contain any breaking API/code changes. Starting from the version 6.0.0, all SDKs
that support sending sessions data will do so by default. See our
Release Health docs to learn more. As of this version, it applies to
all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon
after, in the minor 6.x release. You can opt-out of this behavior by setting autoSessionTracking: false option
during SDK initialization.
[wasm] feat: Introduce a @sentry/wasm package (#3080)
[tracing] feat: Turn Sessions Tracking on by default (#3099)
[tracing] feat: Create session on history change (#3179)
[core] feat: Attach SDK metadata to options and pass it to the API and transports (#3177)
This version was pushed to npm by sentry-bot, a new releaser for @sentry/integrations 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 will not automatically merge this PR because it includes a major update to a production dependency.
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)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps @sentry/integrations from 5.7.1 to 6.1.0.
Release notes
Sourced from
@sentry/integrations's releases
.... (truncated)
Changelog
Sourced from
@sentry/integrations's changelog
.... (truncated)
Commits
245d11f
release: 6.1.073e8893
meta: Prepare Release73e3b50
ref: Update craft config file to support the new craft version (#3235)8cb7a49
ref(CI): Speed up testing in GHA (#3237)35aaf90
feat: Rework how we track sessions (#3224)bb83006
fix(ember): Fix backwards compatibility with Embroider changes (#3230)02d0ded
ref(naming): Renameuser
topublicKey
inDsn
type and class (#3225)5f69a63
chore(various): Fix typos and other tiny problems (#3226)24d2b4b
ref(hub): Simplify getting hub from active domain (#3227)ec7961c
Merge release/6.0.4 into masterMaintainer changes
This version was pushed to npm by sentry-bot, a new releaser for @sentry/integrations 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 will not automatically merge this PR because it includes a major update to a production dependency.
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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)