Browse Source

Refer to sentry.io (#4048)

Matt Robenolt 8 years ago
parent
commit
4bf25fddcd

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2016 Sentry (https://getsentry.com) and individual contributors.
+Copyright (c) 2016 Sentry (https://sentry.io) and individual contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+ 1 - 1
api-docs/sentry.conf.py

@@ -8,7 +8,7 @@ import getpass
 SENTRY_APIDOCS_REDIS_PORT = 12355
 SENTRY_APIDOCS_WEB_PORT = 12356
 
-SENTRY_URL_PREFIX = 'https://app.getsentry.com'
+SENTRY_URL_PREFIX = 'https://sentry.io'
 
 # Unsupported here
 SENTRY_SINGLE_ORGANIZATION = False

+ 2 - 2
docs/beacon.rst

@@ -7,9 +7,9 @@ utilized for a couple of things, primarily:
 - Getting information about the current version of Sentry
 - Retrieving important system notices
 
-The remote server is operated by the Sentry team (getsentry.com), and the
+The remote server is operated by the Sentry team (sentry.io), and the
 information reported follows the company's `privacy policy
-<https://getsentry.com/privacy/>`_.
+<https://sentry.io/privacy/>`_.
 
 The following information is reported:
 

+ 2 - 2
docs/installation/index.rst

@@ -33,7 +33,7 @@ need to setup a fairly complex cluster of machines, and utilize all of
 Sentry's advanced configuration options.  This means you'll need Postgres,
 Riak, Redis, Memcached, and RabbitMQ.  It's very rare you'd need this
 complex of a cluster, and the primary usecase for this is for the
-Hosted Sentry on `getsentry.com <https://getsentry.com/>`_.
+Hosted Sentry on `sentry.io <https://sentry.io/>`_.
 
 For more typical, but still fairly high throughput setups, you can run off
 of a single machine as long as it has reasonable IO (ideally SSDs), and a
@@ -45,7 +45,7 @@ The main things you need to consider are:
 - Average event throughput
 - How many events get grouped together (which means they get sampled)
 
-At a point, getsentry.com was processing approximately 4 million events a
+At a point, sentry.io was processing approximately 4 million events a
 day. A majority of this data is stored for 90 days, which accounted for
 around 1.5TB of SSDs. Web and worker nodes were commodity (8GB-12GB RAM,
 cheap SATA drives, 8 cores), the only two additional nodes were a

+ 1 - 1
setup.py

@@ -467,7 +467,7 @@ setup(
     version=VERSION,
     author='Sentry',
     author_email='hello@getsentry.com',
-    url='https://getsentry.com',
+    url='https://sentry.io',
     description='A realtime logging and aggregation server.',
     long_description=open(os.path.join(ROOT, 'README.rst')).read(),
     package_dir={'': 'src'},

+ 1 - 1
src/sentry/conf/server.py

@@ -1024,7 +1024,7 @@ EMAIL_SUBJECT_PREFIX = DEAD
 
 SUDO_URL = 'sentry-sudo'
 
-# TODO(dcramer): move this to getsentry.com so it can be automated
+# TODO(dcramer): move this to sentry.io so it can be automated
 SDK_VERSIONS = {
     'raven-js': '3.3.0',
     'raven-python': '5.23.0',

+ 9 - 9
src/sentry/data/samples/javascript.json

@@ -6,7 +6,7 @@
                     "frames": [
                         {
                             "function": "member",
-                            "abs_path": "https://app.getsentry.com/_static/sentry/scripts/views.js",
+                            "abs_path": "https://sentry.io/_static/sentry/scripts/views.js",
                             "pre_context": [
                                 "        removeMember: function(member){",
                                 "            this.collection.remove(member);",
@@ -28,8 +28,8 @@
                             "in_app": true,
                             "data": {
                                 "orig_filename": "/_static/sentry/scripts/global.min.js",
-                                "orig_abs_path": "https://app.getsentry.com/_static/sentry/scripts/global.min.js",
-                                "sourcemap": "https://app.getsentry.com/_static/sentry/scripts/global.min.map.js",
+                                "orig_abs_path": "https://sentry.io/_static/sentry/scripts/global.min.js",
+                                "sourcemap": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                                 "orig_lineno": 1,
                                 "orig_function": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                                 "orig_colno": 14930
@@ -39,7 +39,7 @@
                         },
                         {
                             "function": "merge",
-                            "abs_path": "https://app.getsentry.com/_static/sentry/scripts/views.js",
+                            "abs_path": "https://sentry.io/_static/sentry/scripts/views.js",
                             "pre_context": [
                                 "            var existing = this.collection.get(member.id);",
                                 "            if (existing.get('version') > member.get('version'))",
@@ -61,8 +61,8 @@
                             "in_app": true,
                             "data": {
                                 "orig_filename": "/_static/sentry/scripts/global.min.js",
-                                "orig_abs_path": "https://app.getsentry.com/_static/sentry/scripts/global.min.js",
-                                "sourcemap": "https://app.getsentry.com/_static/sentry/scripts/global.min.map.js",
+                                "orig_abs_path": "https://sentry.io/_static/sentry/scripts/global.min.js",
+                                "sourcemap": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                                 "orig_lineno": 1,
                                 "orig_function": "app.OrderedElementsView.Backbone.View.extend.addMember",
                                 "orig_colno": 14663
@@ -72,7 +72,7 @@
                         },
                         {
                             "function": "poll",
-                            "abs_path": "https://app.getsentry.com/_static/sentry/scripts/views.js",
+                            "abs_path": "https://sentry.io/_static/sentry/scripts/views.js",
                             "pre_context": [
                                 "",
                                 "        poll: function(){",
@@ -94,8 +94,8 @@
                             "in_app": true,
                             "data": {
                                 "orig_filename": "/_static/sentry/scripts/global.min.js",
-                                "orig_abs_path": "https://app.getsentry.com/_static/sentry/scripts/global.min.js",
-                                "sourcemap": "https://app.getsentry.com/_static/sentry/scripts/global.min.map.js",
+                                "orig_abs_path": "https://sentry.io/_static/sentry/scripts/global.min.js",
+                                "sourcemap": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                                 "orig_lineno": 1,
                                 "orig_function": "app.GroupListView.app.OrderedElementsView.extend.tick",
                                 "orig_colno": 16467

+ 1 - 1
src/sentry/data/samples/php.json

@@ -56,7 +56,7 @@
                 ""
               ],
               "vars": {
-                "dsn": "https:\/\/e9ebbd88548a441288393c457ec90441:399aaee02d454e2ca91351f29bdc3a07@app.getsentry.com\/3235"
+                "dsn": "https:\/\/e9ebbd88548a441288393c457ec90441:399aaee02d454e2ca91351f29bdc3a07@sentry.io\/3235"
               },
               "module": "raven",
               "filename": "\/Users\/example\/Development\/raven-php\/bin\/raven",

+ 2 - 2
src/sentry/data/samples/python.json

@@ -230,12 +230,12 @@
                 "vars": {
                     "'root'": "<logging.Logger object at 0x107ba5b10>",
                     "'parser'": "<optparse.OptionParser instance at 0x107ba3368>",
-                    "'dsn'": "'https://ebc35f33e151401f9deac549978bda11:f3403f81e12e4c24942d505f086b2cad@app.getsentry.com/1'",
+                    "'dsn'": "'https://ebc35f33e151401f9deac549978bda11:f3403f81e12e4c24942d505f086b2cad@sentry.io/1'",
                     "'opts'": "<Values at 0x107ba3b00: {'data': None, 'tags': None}>",
                     "'client'": "<raven.base.Client object at 0x107bb8210>",
                     "'args'": [
                         "'test'",
-                        "'https://ebc35f33e151401f9deac549978bda11:f3403f81e12e4c24942d505f086b2cad@app.getsentry.com/1'"
+                        "'https://ebc35f33e151401f9deac549978bda11:f3403f81e12e4c24942d505f086b2cad@sentry.io/1'"
                     ]
                 },
                 "module": "raven.scripts.runner",

+ 1 - 1
src/sentry/http.py

@@ -30,7 +30,7 @@ except ImportError:
     class ZeroReturnError(Exception):
         pass
 
-USER_AGENT = 'sentry/{version} (https://getsentry.com)'.format(
+USER_AGENT = 'sentry/{version} (https://sentry.io)'.format(
     version=sentry.VERSION,
 )
 

Some files were not shown because too many files changed in this diff