Skip to content

Releases: 40thieves/webpack-sentry-plugin

2.0.3

24 Feb 20:55
de82ae0
Compare
Choose a tag to compare

Patches

  • Use webpack 5-compatible lookups to find asset paths (#97)
  • Various dependabot yarn.lock bumps for security warnings (#79, #80, #82, #83, #86, #87, #91, #94, #95, #96)

2.0.2

27 Jun 17:45
045cf7d
Compare
Choose a tag to compare

Patches

Add sanity check before removing source maps (#85)

2.0.1

26 May 17:12
eabf944
Compare
Choose a tag to compare

Patches

  • Upgrade upath to fix Travis build (#72)
  • Update README.md to reflect changes (#73)
  • Record Sentry test responses and default to using fixtures (#74)
  • Improvements to ensure tests run consistently in CI (#76)
  • Move replayer fixtures to child directory under test/fixtures (#77)
  • fix: uploaded files wrong when compiler.options.output.filename configured like js/[name].js?[hash:10] (#78)

2.0.0

09 Apr 16:23
8aa643a
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade to webpack 4 plugin/hooks API (now requires webpack >= 4 and node >= 6) (#71)

1.16.0

13 Jul 00:49
c6875cc
Compare
Choose a tag to compare

Minor Changes

  • Add uploadFilesConcurrency option (defaults to Infinity) to throttle source files upload (#67)

1.15.0

01 Jun 02:20
8c39380
Compare
Choose a tag to compare

Minor Changes

  • Add support for webpack 4 (#59)

1.14.0

12 Sep 01:31
ae125ef
Compare
Choose a tag to compare

Minor Changes

  • Add createReleaseRequestOptions and uploadFileRequestOptions configuration options (#43)
    • Both are an object or function that returns additional configuration for the underlying request call for creating a Sentry release and uploading the files for that release, respectively

1.13.0

05 Sep 03:38
4099b75
Compare
Choose a tag to compare

Minor Changes

  • Add requestOptions configuration option (#41)
    • Object of options to be sent through to the underlying requests to Sentry. See request library documentation for a full list of available options.

Patches

  • Update and clean up documentation (#39)
  • Check in minor changes from prettier-eslint autoformatting; upgrade development packages and config (#40)

1.12.0

04 Sep 14:57
35824ed
Compare
Choose a tag to compare

Minor Changes

  • Use /organizations/:id/releases endpoint to create new releases in Sentry (thus supporting release commits) (#36).
    • Note that configuring a baseSentryURL with a /projects suffix was previously required but is now deprecated; you should specify the baseSentryURL like https://sentry.io/api/0 (#38).

Patches

  • Update documentation to reference Sentry auth tokens instead of API keys (which are deprecated) (#37)

1.11.0

28 Aug 11:50
Compare
Choose a tag to compare

Minor Changes

  • Merge pull request #35 from 40thieves/american-english: ad76611