File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,6 @@ You can run all test at once by calling `yarn lint` in the project root or in in
55
55
## Contributing Back Code
56
56
57
57
Please, send over suggestions and bug fixes in the form of pull requests on
58
- [ ` TypeScript ` ] ( https://github.com/getsentry/sentry-javascript ) . Any nontrivial fixes/features should include tests. Do
59
- not bump version numbers yourself. For new features and improvements consider contributing to our new SDKs instead,
58
+ [ ` GitHub ` ] ( https://github.com/getsentry/sentry-javascript ) . Any nontrivial fixes/features should include tests. Do not
59
+ bump version numbers yourself. For new features and improvements consider contributing to our new SDKs instead,
60
60
` raven-js ` and ` raven-node ` will still be supported but are in maintenance mode and will only receive bug fixes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ backwards compatibility from time to time.
15
15
16
16
## Contents
17
17
18
- - [ Contributing] ( https://github.com/getsentry/sentry-javascript/blob/master/README .md )
18
+ - [ Contributing] ( https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING .md )
19
19
- [ Supported Platforms] ( #supported-platforms )
20
20
- [ Installation and Usage] ( #installation-and-usage )
21
21
- [ Other Packages] ( #other-packages )
@@ -36,9 +36,9 @@ package. Please refer to the README and instructions of those SDKs for more deta
36
36
- [ ` @sentry/electron ` ] ( https://github.com/getsentry/sentry-electron ) : SDK for Electron with support for native crashes
37
37
- [ ` sentry-cordova ` ] ( https://github.com/getsentry/sentry-cordova ) : SDK for Cordova Apps and Ionic with support for
38
38
native crashes
39
- - [ ` raven-js ` ] ( https://github.com/getsentry/raven-js/tree/master/packages/raven-js ) : Our old stable Javascript SDK, we still
40
- support and release bug fixes for the SDK but all new features will be implemented in ` @sentry/browser ` which is the
41
- successor.
39
+ - [ ` raven-js ` ] ( https://github.com/getsentry/raven-js/tree/master/packages/raven-js ) : Our old stable Javascript SDK, we
40
+ still support and release bug fixes for the SDK but all new features will be implemented in ` @sentry/browser ` which is
41
+ the successor.
42
42
- [ ` raven ` ] ( https://github.com/getsentry/raven-js/tree/master/packages/raven-node ) : Our old stable Node SDK, same as for
43
43
` raven-js ` we still support and release bug fixes for the SDK but all new features will be implemented in
44
44
` @sentry/node ` which is the successor.
You can’t perform that action at this time.
0 commit comments