Skip to content

web: bump the sentry group in /web with 1 update#8281

Merged
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/sentry-048d00eb04
Jan 24, 2024
Merged

web: bump the sentry group in /web with 1 update#8281
BeryJu merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/sentry-048d00eb04

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

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

Updates @sentry/browser from 7.94.1 to 7.95.0

Release notes

Sourced from @​sentry/browser's releases.

7.95.0

Important Changes

Deprecations

This release includes some deprecations in preparation for v8.

Most notably, it deprecates the Replay & Feedback classes in favor of a functional replacement:

import * as Sentry from '@sentry/browser';
Sentry.init({
integrations: [
// Instead of
new Sentry.Replay(),
new Sentry.Feedback(),
// Use the functional replacement:
Sentry.replayIntegration(),
Sentry.feedbackIntegration(),
],
});

  • feat(core): Deprecate Span.origin in favor of sentry.origin attribute (#10260)
  • feat(core): Deprecate Span.parentSpanId (#10244)
  • feat(core): Expose isInitialized() to replace checking via getClient (#10296)
  • feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#10270)
  • feat(wasm): Deprecate Wasm integration class (#10230)

Other Changes

  • feat: Make parameterize function available through browser and node API (#10085)
  • feat(feedback): Configure feedback border radius (#10289)
  • feat(sveltekit): Update default integration handling & deprecate addOrUpdateIntegration (#10263)
  • fix(replay-canvas): Add missing dependency on @​sentry/utils (#10279)
  • fix(tracing): Don't send negative ttfb (#10286)

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

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.79 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 68.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.85 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.6 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 32.97 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.24 KB

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

7.95.0

Important Changes

Deprecations

This release includes some deprecations in preparation for v8.

Most notably, it deprecates the Replay & Feedback classes in favor of a functional replacement:

import * as Sentry from '@sentry/browser';
Sentry.init({
integrations: [
// Instead of
new Sentry.Replay(),
new Sentry.Feedback(),
// Use the functional replacement:
Sentry.replayIntegration(),
Sentry.feedbackIntegration(),
],
});

  • feat(core): Deprecate Span.origin in favor of sentry.origin attribute (#10260)
  • feat(core): Deprecate Span.parentSpanId (#10244)
  • feat(core): Expose isInitialized() to replace checking via getClient (#10296)
  • feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#10270)
  • feat(wasm): Deprecate Wasm integration class (#10230)

Other Changes

  • feat: Make parameterize function available through browser and node API (#10085)
  • feat(feedback): Configure feedback border radius (#10289)
  • feat(sveltekit): Update default integration handling & deprecate addOrUpdateIntegration (#10263)
  • fix(replay-canvas): Add missing dependency on @​sentry/utils (#10279)
  • fix(tracing): Don't send negative ttfb (#10286)

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

Commits
  • 9a7af57 release: 7.95.0
  • 9fcfd51 Merge pull request #10298 from getsentry/prepare-release/7.95.0
  • d98bd74 meta(changelog): Update changelog for v7.95.0
  • c017181 fix(tracing): Don't send negative ttfb (#10286)
  • 675309d feat(core): Expose isInitialized() to replace checking via getClient (#10...
  • a0b987a feat(feedback): Configure feedback border radius (#10289)
  • 62b0c4d feat(sveltekit): Update default integration handling & deprecate `addOrUpdate...
  • a682534 feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#10270)
  • 6868256 fix(replay-canvas): Add missing dependency on @​sentry/utils (#10279)
  • a27deca feat: Make parameterize function available through browser and node API (#1...
  • 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

Bumps the sentry group in /web with 1 update: [@sentry/browser](https://github.com/getsentry/sentry-javascript).


Updates `@sentry/browser` from 7.94.1 to 7.95.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@7.94.1...7.95.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 24, 2024 04:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2024
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 24, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3083c6a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65b08f4c17a9ea0008066d5d
😎 Deploy Preview https://deploy-preview-8281--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 site configuration.

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a62cca3) 92.32% compared to head (3083c6a) 92.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8281      +/-   ##
==========================================
- Coverage   92.32%   92.17%   -0.15%     
==========================================
  Files         625      625              
  Lines       30832    30832              
==========================================
- Hits        28465    28419      -46     
- Misses       2367     2413      +46     
Flag Coverage Δ
e2e 49.25% <ø> (-1.29%) ⬇️
integration 26.22% <ø> (ø)
unit 89.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit a92ff3b into main Jan 24, 2024
@BeryJu BeryJu deleted the dependabot/npm_and_yarn/web/sentry-048d00eb04 branch January 24, 2024 10:35
kensternberg-authentik added a commit that referenced this pull request Jan 25, 2024
* main: (109 commits)
  translate: Updates for file web/xliff/en.xlf in fr (#8296)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#8295)
  website: update wording (#8290)
  enterrpise: exclude inactive users from license (#8294)
  web: bump API Client version (#8292)
  core: compile backend translations (#8291)
  events: migrate SystemTasks to DB (#8159)
  web/admin: fix footer links not being parsed on settings page (#8289)
  root: fix system check warnings (#8277)
  web: bump API Client version (#8288)
  enterprise: add full audit log [AUTH-458] (#8177)
  web: bump the esbuild group in /web with 2 updates (#8282)
  web: bump the sentry group in /web with 1 update (#8281)
  web: bump @codemirror/lang-html from 6.4.7 to 6.4.8 in /web (#8283)
  core: bump bandit from 1.7.6 to 1.7.7 (#8285)
  core: bump selenium from 4.16.0 to 4.17.2 (#8284)
  core: bump github.com/go-openapi/runtime from 0.26.2 to 0.27.0 (#8287)
  core: bump github.com/google/uuid from 1.5.0 to 1.6.0 (#8286)
  website/docs: Improve example nginx reverse proxy config (#8160)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#8274)
  ...
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