Skip to content

Commit

Permalink
Prepare for 2.5.0
Browse files Browse the repository at this point in the history
- Added support for uploading Source Maps to Sentry. Thanks to [jonmast](https://github.com/jonmast) for the contribution.
- Fixed an issue in the configuration validation. Thanks to [DonaldoLog](https://github.com/DonaldoLog) for the fix.
- Updated dependencies.
  • Loading branch information
arabold committed Jun 14, 2022
1 parent 5c78000 commit ecae97e
Show file tree
Hide file tree
Showing 4 changed files with 5,855 additions and 11,369 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ being output, you'll need to configure your bundling tool separately. You'll
also need to have releases configured, see above.

Default options:

```yaml
custom:
sentry:
Expand Down Expand Up @@ -366,10 +367,17 @@ Check out the `filterLocal` configuration setting. If you test Sentry locally an

## Version History

### 2.4.0
### 2.5.0

- Added support for uploading Source Maps to Sentry. Thanks to [jonmast](https://github.com/jonmast) for the contribution.
- Fixed an issue in the configuration validation. Thanks to [DonaldoLog](https://github.com/DonaldoLog) for the fix.
- Updated dependencies.

### 2.4.0

- Explicitly check for `enabled` flag. Thanks to [aaronbannin](https://github.com/aaronbannin) for the contribution.
- Explicit peer dependency to Serverless
- Updated dependencies minor versions; locked TypeScript to 4.4 for now

### 2.3.0

Expand Down
Loading

0 comments on commit ecae97e

Please sign in to comment.