You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes a variety of changes aimed at setting the mechanism field on errors captured automatically by the Sentry SDKs. [The intention](https://redirect.github.com/Ensure SDK-captured error events have a proper mechanism getsentry/sentry-javascript#17212) is to clearly mark which instrumentation captured an error. In addition, some instrumentations previously did not yet annotate the error as handled or unhandled which this series of PRs corrects as well.
With this release you can take manual control of ending the pageload span. Usually this span is ended automatically by the SDK, based on a period of inactivity after the initial page was loaded in the browser. If you want full control over the pageload duration, you can tell Sentry, when your page was fully loaded:
Sentry.init({//...integrations: [// 1. Enable manual pageload reportingSentry.browserTracingIntegration({enableReportPageLoaded: true}),],});// 2. Whenever you decide the page is loaded, call:Sentry.reportPageLoaded();
Note that if Sentry.reportPageLoaded() is not called within 30 seconds of the initial pageload (or whatever value the finalTimeout option is set to), the pageload span will be ended automatically.
See full diff in [compare view](https://github.com/browserslist/caniuse-lite/compare/1.0.30001739...1.0.30001743)
Maintainer changes
This version was pushed to npm by [GitHub Actions]([https://www.npmjs.com/~GitHub](https://www.npmjs.com/~GitHub) Actions), a new releaser for caniuse-lite 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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the frontend group with 3 updates: @babel/core, @sentry/browser and caniuse-lite.
Updates
@babel/corefrom 7.28.3 to 7.28.4Release notes
Sourced from
@babel/core's releases.Changelog
Sourced from
@babel/core's changelog.Commits
35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 ([#17493](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17493))18d88b8Improve@babel/coretypings ([#17471](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17471))453b068Switch to@jridgewell/remapping([#17474](https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17474))Updates
@sentry/browserfrom 10.8.0 to 10.13.0Release notes
Sourced from
@sentry/browser's releases.... (truncated)
Changelog
Sourced from
@sentry/browser's changelog.... (truncated)
Commits
d18a95erelease: 10.13.0a2e84ffMerge pull request [#17727](https://redirect.github.com/meta(changelog): Update changelog for 10.13.0 getsentry/sentry-javascript#17727) from getsentry/prepare-release/10.13.085e8678meta(changelog): Update changelog for 10.13.061b3f97feat(nextjs): Flip default value foruseRunAfterProductionCompileHookturbo...cf7913cfeat(nextjs): PromoteuseRunAfterProductionCompileHookto non-experimental ...9e24a70chore: Add external contributor to CHANGELOG.md ([#17725](https://redirect.github.com/chore: Add external contributor to CHANGELOG.md getsentry/sentry-javascript#17725))592ed90chore: Add link to build and test icon in readme ([#17719](https://redirect.github.com/chore: Add link to build and test icon in readme getsentry/sentry-javascript#17719))51c16a4feat(node): Add extra platforms tooscontext ([#17720](https://redirect.github.com/feat(node): Add extra platforms tooscontext getsentry/sentry-javascript#17720))ee4ed05chore(repo): Add changelog entry forreportPageLoaded([#17724](https://redirect.github.com/chore(repo): Add changelog entry forreportPageLoadedgetsentry/sentry-javascript#17724))0e0c711feat(core): Create template attributes inconsoleLoggingIntegration([#17703](https://redirect.github.com/feat(core): Create template attributes inconsoleLoggingIntegrationgetsentry/sentry-javascript#17703))Updates
caniuse-litefrom 1.0.30001739 to 1.0.30001743Commits
2dfbeb8Update caniuse-db 1.0.3000174398574e6Update dependencies70b2976Print log on CI to save detailsbd193daFix user for CIe1f9967Update caniuse-db 1.0.300017427abe1fdAdd npm provenanceb7ca36dUpdate caniuse-db 1.0.30001741b1af798Update caniuse-db 1.0.30001740Maintainer changes
This version was pushed to npm by [GitHub Actions]([https://www.npmjs.com/~GitHub](https://www.npmjs.com/~GitHub) Actions), a new releaser for caniuse-lite 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions┆Issue is synchronized with this Jira Task