Skip to content

Commit 75d1d82

Browse files
authored
misc: Document where to find raven SDKs (getsentry#2614)
The v3.x series of JavaScript SDKs are maintained (only important security fixes) from a separate branch, and not from master. This paves the way to remove raven packages from master.
1 parent c6a2ec9 commit 75d1d82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ When contributing to the codebase, please make note of the following:
5757

5858
- Non-trivial PRs will not be accepted without tests (see above).
5959
- Please do not bump version numbers yourself.
60-
- `raven-js` and `raven-node` are deprecated, and only bug and security fix PRs will be accepted. Any new features and improvements should be to our new SDKs (`browser` and `node`) and the packages (`core`, `hub`, `integrations`, and the like) which support them.
60+
- [`raven-js`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-js) and [`raven-node`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-node) are deprecated, and only bug and security fix PRs will be accepted targeting the [3.x branch](https://github.com/getsentry/sentry-javascript/tree/3.x). Any new features and improvements should be to our new SDKs (`browser` and `node`) and the packages (`core`, `hub`, `integrations`, and the like) which support them.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ package. Please refer to the README and instructions of those SDKs for more deta
4747
- [`@sentry/electron`](https://github.com/getsentry/sentry-electron): SDK for Electron with support for native crashes
4848
- [`sentry-cordova`](https://github.com/getsentry/sentry-cordova): SDK for Cordova Apps and Ionic with support for
4949
native crashes
50-
- [`raven-js`](https://github.com/getsentry/sentry-javascript/tree/master/packages/raven-js): Our old stable JavaScript
50+
- [`raven-js`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-js): Our old stable JavaScript
5151
SDK, we still support and release bug fixes for the SDK but all new features will be implemented in `@sentry/browser`
5252
which is the successor.
53-
- [`raven`](https://github.com/getsentry/sentry-javascript/tree/master/packages/raven-node): Our old stable Node SDK,
53+
- [`raven`](https://github.com/getsentry/sentry-javascript/tree/3.x/packages/raven-node): Our old stable Node SDK,
5454
same as for `raven-js` we still support and release bug fixes for the SDK but all new features will be implemented in
5555
`@sentry/node` which is the successor.
5656

0 commit comments

Comments
 (0)