Skip to content

Commit b0dc3e2

Browse files
authored
Change getsentry.com => sentry.io (#709)
1 parent c474a32 commit b0dc3e2

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
## 1.2.0
129129
* BUGFIX: Error in cases where a `document` context doesn't exist. See: https://github.com/getsentry/raven-js/pull/383
130130
* BUGFIX: Trailing comma when using unminified dist which affects IE9. See: https://github.com/getsentry/raven-js/pull/385
131-
* NEW: Add ability to swap in a custom transport. Adds `Raven.setTransport`, and `transport` option to config. Docs: https://docs.getsentry.com/hosted/clients/javascript/config/
131+
* NEW: Add ability to swap in a custom transport. Adds `Raven.setTransport`, and `transport` option to config. Docs: https://docs.sentry.io/hosted/clients/javascript/config/
132132
* CHANGE: Always expose `Raven` to `window`. Please call `Raven.noConflict()` if you want it restored to what it was. See: https://github.com/getsentry/raven-js/pull/393
133133
* DEPRECATED: Replace `Raven.setReleaseContext` with `Raven.setRelease`.
134134
* NEW: Add `Raven.clearContext()` to empty all of the context.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ $ grunt run:docs
9191
* `$ npm publish` to push to npm.
9292
* Confirm that the new version exists behind `cdn.ravenjs.com`
9393
* Bump version in the `gh-pages` branch specifically for http://ravenjs.com/.
94-
* Bump marketing pages on getsentry.com, e.g. https://getsentry.com/for/javascript/
95-
* Bump getsentry.com `<script>` tag of raven.js
94+
* Bump marketing pages on sentry.io, e.g. https://sentry.io/for/javascript/
95+
* Bump sentry.io `<script>` tag of raven.js
9696
* Bump `package.json` in Sentry repo https://github.com/getsentry/sentry/blob/master/package.json
9797
* Bump version for Segment integration since they don't: https://github.com/segment-integrations/analytics.js-integration-sentry
9898
* glhf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Raven.js [![Build Status](https://travis-ci.org/getsentry/raven-js.svg?branch=master)](https://travis-ci.org/getsentry/raven-js)
22

3-
Raven.js is the official browser JavaScript client for [Sentry](https://getsentry.com/).
3+
Raven.js is the official browser JavaScript client for [Sentry](https://sentry.io/).
44

55
**Raven.js v2.0 requires Sentry v8.0.0 or later.**
66

77
## Resources
88

99
* [Download](http://ravenjs.com)
10-
* [Documentation](https://docs.getsentry.com/hosted/clients/javascript/)
10+
* [Documentation](https://docs.sentry.io/hosted/clients/javascript/)
1111
* [Bug Tracker](https://github.com/getsentry/raven-js/issues)
1212
* [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)
1313
* Follow [@mattrobenolt](https://twitter.com/mattrobenolt) on Twitter for updates

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Those configuration options are documented below:
7171
7272
.. describe:: tags
7373

74-
Additional `tags <https://www.getsentry.com/docs/tags/>`__ to assign to each event.
74+
Additional `tags <https://www.sentry.io/docs/tags/>`__ to assign to each event.
7575

7676
.. code-block:: javascript
7777

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Configuring the Client
3333
----------------------
3434

3535
Now you need to set up Raven.js to use your `Sentry DSN
36-
<https://docs.getsentry.com/hosted/quickstart/#configure-the-dsn>`_:
36+
<https://docs.sentry.io/hosted/quickstart/#configure-the-dsn>`_:
3737

3838
.. code-block:: javascript
3939

docs/integrations/react-native.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To generate both an application JavaScript file (main.jsbundle) and source map f
7474
--sourcemap-output main.jsbundle.map
7575
7676
This will write both main.jsbundle and main.jsbundle.map to the current directory. Next, you'll need to `create a new release and upload these files as release artifacts
77-
<https://docs.getsentry.com/hosted/clients/javascript/sourcemaps/#uploading-source-maps-to-sentry>`__.
77+
<https://docs.sentry.io/hosted/clients/javascript/sourcemaps/#uploading-source-maps-to-sentry>`__.
7878

7979
Naming your Artifacts
8080
~~~~~~~~~~~~~~~~~~~~~

docs/sourcemaps.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Source Maps
44
===========
55

66
Sentry supports un-minifying JavaScript via `Source Maps
7-
<http://blog.getsentry.com/2015/10/29/debuggable-javascript-with-source-maps.html>`_. This lets you
7+
<http://blog.sentry.io/2015/10/29/debuggable-javascript-with-source-maps.html>`_. This lets you
88
view source code context obtained from stack traces in their original untransformed form, which is
99
is particularly useful for debugging minified code (e.g. UglifyJS), or transpiled code from a higher-level
1010
language (e.g. TypeScript, ES6).
@@ -157,7 +157,7 @@ sourcemaps point to.
157157
.. code-block:: bash
158158
159159
# Create a new release
160-
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/ \
160+
$ curl https://sentry.io/api/0/projects/:organization_slug/:project_slug/releases/ \
161161
-X POST \
162162
-H 'Authorization: Bearer {TOKEN}' \
163163
-H 'Content-Type: application/json'
@@ -178,7 +178,7 @@ reference to ``app.map.js``, the name of the uploaded file should be ``http://ex
178178
.. code-block:: bash
179179
180180
# Upload a file for the given release
181-
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/files/ \
181+
$ curl https://sentry.io/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/files/ \
182182
-X POST \
183183
-H 'Authorization: Bearer {TOKEN}' \
184184
@@ -198,7 +198,7 @@ reference to ``app.map.js``, the name of the uploaded file should be ``http://ex
198198
.. code-block:: bash
199199
200200
# If you make a mistake, you can also simply clear out the release
201-
$ curl https://app.getsentry.com/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/ \
201+
$ curl https://sentry.io/api/0/projects/:organization_slug/:project_slug/releases/2da95dfb052f477380608d59d32b4ab9/ \
202202
-H 'Authorization: Bearer {TOKEN}' \
203203
-X DELETE
204204
@@ -215,7 +215,7 @@ but without them the grouping algorithm will not be as strong, and the UI
215215
will not show any contextual source.
216216

217217
Additional information can be found in the `Releases API documentation
218-
<https://docs.getsentry.com/hosted/api/releases/>`_.
218+
<https://docs.sentry.io/hosted/api/releases/>`_.
219219

220220

221221
.. _assets_multiple_origins:

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ functions all allow passing additional data to be tagged onto the error.
126126

127127
.. describe:: tags
128128

129-
`Tags <https://www.getsentry.com/docs/tags/>`__ to assign to the event.
129+
`Tags <https://www.sentry.io/docs/tags/>`__ to assign to the event.
130130

131131
.. code-block:: javascript
132132
@@ -223,7 +223,7 @@ Raven and Sentry support `Source Maps
223223
<http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/>`_.
224224

225225
We have provided some instructions to creating Source Maps over at
226-
https://docs.getsentry.com/hosted/clients/javascript/sourcemaps/. Also, checkout our `Gruntfile
226+
https://docs.sentry.io/hosted/clients/javascript/sourcemaps/. Also, checkout our `Gruntfile
227227
<https://github.com/getsentry/raven-js/blob/master/Gruntfile.js>`_ for a
228228
good example of what we're doing.
229229

typescript/raven-tests.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Raven = require('..');
22

3-
Raven.config('https://public@getsentry.com/1').install();
3+
Raven.config('https://public@sentry.io/1').install();
44

55
var options = {
66
logger: 'my-logger',
@@ -14,15 +14,15 @@ var options = {
1414
],
1515
includePaths: [
1616
/https?:\/\/(www\.)?getsentry\.com/,
17-
'https://www.getsentry.com'
17+
'https://www.sentry.io'
1818
],
1919
whitelistUrls: [
2020
/https?:\/\/google\.com/,
2121
'https://www.google.com'
2222
]
2323
};
2424

25-
Raven.config('https://public@getsentry.com/1', options).install();
25+
Raven.config('https://public@sentry.io/1', options).install();
2626

2727
var throwsError = () => {
2828
throw new Error('broken');

0 commit comments

Comments
 (0)