Skip to content

web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory#14776

Merged
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/sentry-c0ca48b0e2
Jun 2, 2025
Merged

web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory#14776
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/sentry-c0ca48b0e2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps the sentry group with 1 update in the /web directory: @sentry/browser.

Updates @sentry/browser from 9.22.0 to 9.23.0

Release notes

Sourced from @​sentry/browser's releases.

9.23.0

Important changes

  • feat(browser): option to ignore certain resource types (#16389)

Adds an option to opt out of certain resource.* spans via ignoreResourceSpans.

For example, to opt out of resource.script spans:

Sentry.browserTracingIntegration({
  ignoreResourceSpans: ['resource.script'],
}),

Other changes

  • feat: Export isEnabled from all SDKs (#16405)
  • feat(browser): Disable client when browser extension is detected in init() (#16354)
  • feat(core): Allow re-use of captureLog (#16352)
  • feat(core): Export _INTERNAL_captureSerializedLog (#16387)
  • feat(deps): bump @​opentelemetry/semantic-conventions from 1.32.0 to 1.34.0 (#16393)
  • feat(deps): bump @​prisma/instrumentation from 6.7.0 to 6.8.2 (#16392)
  • feat(deps): bump @​sentry/cli from 2.43.0 to 2.45.0 (#16395)
  • feat(deps): bump @​sentry/webpack-plugin from 3.3.1 to 3.5.0 (#16394)
  • feat(nextjs): Include static/chunks/main-* files for widenClientFileUpload (#16406)
  • feat(node): Do not add HTTP & fetch span instrumentation if tracing is disabled (#15730)
  • feat(nuxt): Added support for nuxt layers (#16372)
  • fix(browser): Ensure logs are flushed when sendClientReports=false (#16351)
  • fix(browser): Move browserTracingIntegration code to setup hook (#16386)
  • fix(cloudflare): Capture exceptions thrown in hono (#16355)
  • fix(node): Don't warn about Spotlight on empty NODE_ENV (#16381)
  • fix(node): Suppress Spotlight calls (#16380)
  • fix(nuxt): Add @sentry/nuxt as external in Rollup (#16407)
  • fix(opentelemetry): Ensure withScope keeps span active & _getTraceInfoFromScope works (#16385)

Work in this release was contributed by @​Xenossolitarius. Thank you for your contribution!

Bundle size 📦

Path Size
@​sentry/browser 23.37 KB
@​sentry/browser - with treeshaking flags 23.14 KB
@​sentry/browser (incl. Tracing) 37.33 KB
@​sentry/browser (incl. Tracing, Replay) 74.59 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 67.86 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 79.23 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 91.04 KB
@​sentry/browser (incl. Feedback) 39.73 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

9.23.0

Important changes

  • feat(browser): option to ignore certain resource types (#16389)

Adds an option to opt out of certain resource.* spans via ignoreResourceSpans.

For example, to opt out of resource.script spans:

Sentry.browserTracingIntegration({
  ignoreResourceSpans: ['resource.script'],
}),

Other changes

  • feat: Export isEnabled from all SDKs (#16405)
  • feat(browser): Disable client when browser extension is detected in init() (#16354)
  • feat(core): Allow re-use of captureLog (#16352)
  • feat(core): Export _INTERNAL_captureSerializedLog (#16387)
  • feat(deps): bump @​opentelemetry/semantic-conventions from 1.32.0 to 1.34.0 (#16393)
  • feat(deps): bump @​prisma/instrumentation from 6.7.0 to 6.8.2 (#16392)
  • feat(deps): bump @​sentry/cli from 2.43.0 to 2.45.0 (#16395)
  • feat(deps): bump @​sentry/webpack-plugin from 3.3.1 to 3.5.0 (#16394)
  • feat(nextjs): Include static/chunks/main-* files for widenClientFileUpload (#16406)
  • feat(node): Do not add HTTP & fetch span instrumentation if tracing is disabled (#15730)
  • feat(nuxt): Added support for nuxt layers (#16372)
  • fix(browser): Ensure logs are flushed when sendClientReports=false (#16351)
  • fix(browser): Move browserTracingIntegration code to setup hook (#16386)
  • fix(cloudflare): Capture exceptions thrown in hono (#16355)
  • fix(node): Don't warn about Spotlight on empty NODE_ENV (#16381)
  • fix(node): Suppress Spotlight calls (#16380)
  • fix(nuxt): Add @sentry/nuxt as external in Rollup (#16407)
  • fix(opentelemetry): Ensure withScope keeps span active & _getTraceInfoFromScope works (#16385)

Work in this release was contributed by @​Xenossolitarius. Thank you for your contribution!

Commits
  • 5d5cd2b release: 9.23.0
  • d592355 meta(changelog): Update changelog for 9.23.0 (#16411)
  • 5eca427 meta(changelog): Update changelog for 9.23.0
  • 6e61f82 fix(nuxt): Add @sentry/nuxt as external in Rollup (#16407)
  • a788685 chore: Add external contributor to CHANGELOG.md (#16408)
  • 5bbe375 feat: Export isEnabled from all SDKs (#16405)
  • 90f6619 feat(nuxt): Added support for nuxt layers (#16372)
  • bdbd541 feat(nextjs): Include static/chunks/main-* files for `widenClientFileUpload...
  • 56137a8 feat(deps): bump @​prisma/instrumentation from 6.7.0 to 6.8.2 (#16392)
  • 33ef453 feat(deps): bump @​sentry/webpack-plugin from 3.3.1 to 3.5.0 (#16394)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 29, 2025 04:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2025
@netlify
Copy link

netlify bot commented May 29, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit adcd69f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/683d3b346e4bbf00089ab0b7

@netlify
Copy link

netlify bot commented May 29, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit adcd69f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/683d3b341a86fd00078c3968
😎 Deploy Preview https://deploy-preview-14776--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c0ca48b0e2 branch from ab4af55 to c387a85 Compare May 30, 2025 05:04
Bumps the sentry group with 1 update in the /web directory: [@sentry/browser](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/browser` from 9.22.0 to 9.23.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@9.22.0...9.23.0)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-version: 9.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sentry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/sentry-c0ca48b0e2 branch from c387a85 to adcd69f Compare June 2, 2025 05:48
@BeryJu BeryJu merged commit 4bbdddb into main Jun 2, 2025
97 checks passed
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/sentry-c0ca48b0e2 branch June 2, 2025 12:16
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (97 commits)
  website/docs: update style guide (#14373)
  website/docs: finalize release notes for `2025.6` (#14854)
  providers/rac: apply ConnectionToken scoped-settings last (#14838)
  lib/sync: fix static incorrect label of pages (#14851)
  website/docs: Add FIDO2 references to the documentation (#14826)
  website/docs: add LDAP docs for forward deletion and `memberUid` (#14814)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14801)
  core: bump structlog from 25.3.0 to 25.4.0 (#14834)
  web: bump tar-fs from 3.0.8 to 3.0.9 in /web (#14836)
  website/integrations: Update Zammad SAML Instructions (#14774)
  website/integrations: remove trailing slash from budibase redirect (#14823)
  remove fluff from release notes 2025.6 (#14819)
  web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory (#14776)
  website: bump postcss from 8.5.3 to 8.5.4 in /website (#14787)
  web: bump the esbuild group across 2 directories with 4 updates (#14711)
  core: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#14733)
  core: bump twilio from 9.6.1 to 9.6.2 (#14789)
  website: bump @types/node from 22.15.21 to 22.15.29 in /website (#14808)
  core: bump astral-sh/uv from 0.7.8 to 0.7.9 (#14806)
  core: bump uvicorn[standard] from 0.34.2 to 0.34.3 (#14811)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant