Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @sentry/browser to v8.42.0 #13171

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 8.41.0 -> 8.42.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser)

v8.42.0

Compare Source

Important Changes
Deprecations
  • feat: Warn about source-map generation (#​14533)

    In the next major version of the SDK we will change how source maps are generated when the SDK is added to an application.
    Currently, the implementation varies a lot between different SDKs and can be difficult to understand.
    Moving forward, our goal is to turn on source maps for every framework, unless we detect that they are explicitly turned off.
    Additionally, if we end up enabling source maps, we will emit a log message that we did so.

    With this particular release, we are emitting warnings that source map generation will change in the future and we print instructions on how to prepare for the next major.

  • feat(nuxt): Deprecate tracingOptions in favor of vueIntegration (#​14530)

    Currently it is possible to configure tracing options in two places in the Sentry Nuxt SDK:

    • In Sentry.init()
    • Inside tracingOptions in Sentry.init()

    For tree-shaking purposes and alignment with the Vue SDK, it is now recommended to instead use the newly exported vueIntegration() and its tracingOptions option to configure tracing options in the Nuxt SDK:

    // sentry.client.config.ts
    import * as Sentry from '@​sentry/nuxt';
    
    Sentry.init({
      // ...
      integrations: [
        Sentry.vueIntegration({
          tracingOptions: {
            trackComponents: true,
          },
        }),
      ],
    });
Other Changes
  • feat(browser-utils): Update web-vitals to v4.2.4 (#​14439)
  • feat(nuxt): Expose vueIntegration (#​14526)
  • fix(feedback): Handle css correctly in screenshot mode (#​14535)

Bundle size 📦

Path Size
@​sentry/browser 23.1 KB
@​sentry/browser - with treeshaking flags 21.84 KB
@​sentry/browser (incl. Tracing) 35.61 KB
@​sentry/browser (incl. Tracing, Replay) 72.47 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 76.79 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.28 KB
@​sentry/browser (incl. Feedback) 39.86 KB
@​sentry/browser (incl. sendFeedback) 27.72 KB
@​sentry/browser (incl. FeedbackAsync) 32.53 KB
@​sentry/react 25.8 KB
@​sentry/react (incl. Tracing) 38.49 KB
@​sentry/vue 27.25 KB
@​sentry/vue (incl. Tracing) 37.38 KB
@​sentry/svelte 23.25 KB
CDN Bundle 24.32 KB
CDN Bundle (incl. Tracing) 37.29 KB
CDN Bundle (incl. Tracing, Replay) 72.15 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 77.49 KB
CDN Bundle - uncompressed 71.45 KB
CDN Bundle (incl. Tracing) - uncompressed 110.76 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 223.83 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 237.05 KB
@​sentry/nextjs (client) 38.78 KB
@​sentry/sveltekit (client) 36.14 KB
@​sentry/node 135.08 KB
@​sentry/node - without tracing 97.13 KB
@​sentry/aws-serverless 109.43 KB

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Third-party library dependencies. label Dec 2, 2024
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@nijel nijel merged commit d978408 into main Dec 3, 2024
32 checks passed
@nijel nijel deleted the renovate/sentry-browser-8.x branch December 3, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant