1.0.51 • Published 6 days ago

@droidsolutions-oss/semantic-release-sentry v1.0.51

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Semantic Release Plugin for Sentry releases

semantic-release

This is a Semantic Release plugin that creates Sentry releases.

Usage

Just install the plugin with npm install @droidsolutions-oss/semantic-release-sentry and add a line to your plugin config:

{
  "release": {
    "plugins": ["...", "@droidsolutions-oss/semantic-release-sentry"]
  }
}

Configuration

packageName

If you don't give any configuration, the name from package.json will be used, along with the version number to create the release. If you like to use another name you can provide a packageName setting with the name you want to have. Be aware of the name limitations Sentry gives in their docs.

uploadSourceMaps

Per default source maps are not uploaded to Sentry if nothing specified. If you wan't to upload source maps (for example if you have a JS/TS project) just set uploadSourceMaps to true in the config. You can specify the sources directory with the sources config. if not given dist is assumed as the source directory.

allowSentryFailure

This setting prevents errors from this plugin when Sentry is not reachable somehow. If set to true, all errors will be catched but this probably also means, that no Sentry release is created and no source maps are uploaded. If you rely on the existing Sentry release somewhere later in your CI pipeline (for example in the deploy job) you should also make it failsave.

1.0.51

6 days ago

1.0.50

7 days ago

1.0.49

1 month ago

1.0.48

1 month ago

1.0.47

1 month ago

1.0.46

2 months ago

1.0.45

2 months ago

1.0.44

2 months ago

1.0.43

3 months ago

1.0.42

3 months ago

1.0.40

4 months ago

1.0.41

4 months ago

1.0.39

4 months ago

1.0.38

4 months ago

1.0.37

5 months ago

1.0.26

9 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.29

8 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.33

6 months ago

1.0.32

7 months ago

1.0.31

8 months ago

1.0.30

8 months ago

1.0.36

5 months ago

1.0.35

5 months ago

1.0.34

6 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.9

1 year ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

12 months ago

1.0.23

11 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago