Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Releases: getsentry/sentry-webpack-plugin

v1.15.1

22 Apr 14:57
Compare
Choose a tag to compare
  • deps: Update sentry-cli to v1.64

v1.15.0

09 Apr 10:20
Compare
Choose a tag to compare
  • feat: Add cleanAftifacts option to remove all previously uploaded files in a release (#264)
  • feat: Add runOnce option to allow for skipping multiple uploads with the same config (#270)

v1.14.2

11 Mar 09:39
Compare
Choose a tag to compare
  • deps: Update sentry-cli to v1.63 for ARM support

v1.14.1

18 Feb 15:37
Compare
Choose a tag to compare
  • fix: Use WebpackPluginInstance type for Webpack v4 and v5 compatibility (#259)

v1.14.0

27 Nov 10:19
Compare
Choose a tag to compare
  • feat: Add support for Webpack 5 entry descriptors (#241)

v1.13.0

23 Sep 10:33
Compare
Choose a tag to compare
  • feat: Support minimal CLI options (#225)
  • fix: Return an actual error for propagation (#224)
  • deps: Bump sentry-cli to 1.58.0

v1.12.1

13 Aug 12:10
Compare
Choose a tag to compare
  • fix(deploy): change deploy to newDeploy in mocked CLI object (#206)
  • fix(types): add deploy configuration to type definitions (#208)

v1.12.0

03 Jul 10:22
Compare
Choose a tag to compare
  • feat: Allow to perform release deploys (#192)
  • fix: CJS/TS Exports Interop (#190)
  • fix: make setCommits.repo type optional (#200)
  • deps: Bump sentry-cli to 1.55.0

v1.11.1

22 Apr 09:57
Compare
Choose a tag to compare
  • meta: Bump sentry-cli to 1.52.3 which fixes output handlers

v1.11.0

22 Apr 09:08
Compare
Choose a tag to compare

This release sets node.engine: >=8 which makes it incompatible with Node v6
If you need to support Node v6, please pin your dependency to 1.10.0
and use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/

  • meta: Bump sentry-cli to 1.52.2
  • meta: Drop support for node v6 due to new sentry-cli requiring node >=8
  • chore: Fix setCommits types (#169)