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: update dependency @sentry/webpack-plugin to v3 #4793

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/webpack-plugin (source) ^2.11.0 -> ^3.0.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v3.0.0

Compare Source

Breaking Changes
  • Injected code will now use let, which was added in ES6 (ES2015).
    This means that ES6 is the minimum JavaScript version that the Sentry bundler plugins support.

  • Deprecated options have been removed:

    • deleteFilesAfterUpload - Use filesToDeleteAfterUpload instead
    • bundleSizeOptimizations.excludePerformanceMonitoring - Use bundleSizeOptimizations.excludeTracing instead
    • _experiments.moduleMetadata - Use moduleMetadata instead
    • cleanArtifacts - Did not do anything
List of Changes
  • fix!: Wrap injected code in block-statement to contain scope (#​646)
  • chore!: Remove deprecated options (#​654)
  • feat(logger): Use console methods respective to log level (#​652)
  • fix(webpack): Ensure process exits when done (#​653)
  • fix: Use correct replacement matcher for bundleSizeOptimizations.excludeTracing (#​644)

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

v2.23.0

Compare Source

  • chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#​641)
  • feat(core): Detect Railway release name (#​639)
  • feat(core): Write module injections to globalThis (#​636)
  • feat(react-component-annotate): Allow skipping annotations on specified components (#​617)
  • ref(core): Rename release management plugin name (#​647)

Work in this release contributed by @​conor-ob. Thank you for your contribution!

v2.22.7

Compare Source

  • deps: Bump @sentry/cli to 2.39.1 and require specific version (#​632)
  • feat(telemetry): Record if plugin is run in CI (#​627)

v2.22.6

Compare Source

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#​619)

v2.22.5

Compare Source

  • fix: Ignore stderr output from git command (#​613)
  • feat: Update Sentry telemetry to v8 (#​604)
  • deps: Update @sentry/cli to 2.36.1 (#​609)

v2.22.4

Compare Source

  • feat(react-component-annotate): Handle function body returning a ternary (#​598)
  • fix: Allow injection plugins to apply to files with query parameters and fragments in their name (#​597)

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

v2.22.3

Compare Source

  • fix(core): Always instantiate global Error class in injected code snippets (#​594)

v2.22.2

Compare Source

  • fix: Disable debug ID injection when sourcemaps.disable is set (#​589)

v2.22.1

Compare Source

  • fix: Use sourcemaps.disable to disable debug ID upload instead of legacy upload (#​587)
  • fix: Escape release string in injection snippet (#​585)

v2.22.0

Compare Source

  • deps: Bump @sentry/cli to 2.33.1 (#​581)
  • feat: Add bundleSizeOptimizations.excludeTracing option as alias to deprecated bundleSizeOptimizations.excludePerformanceMonitoring (#​582)
  • fix(vite-plugin): Ensure post order of sentry-vite-release-injection-plugin to avoid breaking @rollup/plugin-commonjs step (#​578)

v2.21.1

Compare Source

  • fix: Do not delete files before all upload tasks executed (#​572)

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

v2.21.0

Compare Source

  • fix: Use sequential and post order for vite artifact deletion (#​568)
  • feat: Add option to disable sourcemaps (#​561)

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

v2.20.1

Compare Source

  • feat(telemetry): Collect whether applicationKey is set (#​559)
  • fix: Wait for tasks depending on sourcemaps before deleting (#​557)

v2.20.0

Compare Source

  • feat: Export esbuild plugin as default (#​555)

v2.19.0

Compare Source

  • feat: Don't use word "error" in log message about telemetry (#​548)
  • feat(core): Detect releases from more providers (#​549)
  • fix: Always delete files when sourcemaps.filesToDeleteAfterUpload is set (#​547)
  • fix(vite): Fix environment variable loading issue for Windows (#​545)

Work in this release contributed by @​Rassilion, and @​mateusz-daniluk-xtb. Thank you for your contributions!

v2.18.0

Compare Source

  • feat: Add applicationKey option to identify application code from within the SDK (#​540)
  • feat: Allow passing of meta-framework as telemetry data (#​539)
  • feat: Promote experimental moduleMetadata option to stable (#​538)
  • fix(esbuild): Invert warning about bundle: true (#​542)

v2.17.0

Compare Source

  • feat: Deprecate and noop cleanArtifacts (#​525)
  • feat: Support Heroku env vars when inferring release name (#​517)
  • fix(docs): Update pnpm install commands (#​516)
  • misc(esbuild): Log warning when attempting to inject debug IDs with esbuild bundle option active (#​526)

Work in this release contributed by @​et84121, and @​duailibe. Thank you for your contributions!

v2.16.1

Compare Source

  • fix: Create word-based fidelity source mapping for code transformations (#​513)
  • fix: Also match .cjs and .mjs files when finding files to upload in rollup-based bundlers (#​509)

v2.16.0

Compare Source

  • feat(core): Add loggerPrefixOverride meta option (#​506)

v2.15.0

Compare Source

  • feat: Make options argument optional (#​502)
  • ref(annotate): Turn disabled message to debug log (#​504)

v2.14.3

Compare Source

  • deps(core): Unpin @babel/core, find-up, and glob (#​496)

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

v2.14.2

Compare Source

  • feat(core): Bundle in Sentry SDK deps (#​487)

v2.14.1

Compare Source

  • fix(core): Stop .env files from being picked up (#​486)
  • feat(core): Add telemetry for React component annotations (#​482)

v2.14.0

Compare Source

  • ref(component-annotate): Use default export (#​478)

v2.13.0

Compare Source

  • ref(component-annotate): Conform to Babel plugin naming conventions

v2.12.0

Compare Source

  • ref(component-annotate): Prefix plugin name with babel

Configuration

📅 Schedule: Branch creation - "after 10pm,before 5:00am" (UTC), 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 Updates a dependency label Jan 16, 2025
@bpmn-io-tasks bpmn-io-tasks bot added the needs review Review pending label Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates a dependency needs review Review pending
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants