Skip to content

Commit d80c208

Browse files
committed
Remove all remains of SENTRY_SITE
1 parent f8cc752 commit d80c208

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ Optionally declare the DSN to use for the client through the environment. Initia
125125
### SENTRY_NAME
126126
Optionally set the name for the client to use. [What is name?](http://raven.readthedocs.org/en/latest/config/index.html#name)
127127

128-
### SENTRY_SITE
129-
Optionally set the site for the client to use. [What is site?](http://raven.readthedocs.org/en/latest/config/index.html#site)
130-
131128
## Catching global errors
132129
For those times when you don't catch all errors in your application. ;)
133130

test/raven.client.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ describe('raven.Client', function(){
9797
delete process.env.SENTRY_NAME;
9898
});
9999

100-
it('should pull SENTRY_SITE from environment', function(){
101-
process.env.SENTRY_SITE='Googlez';
102-
var client = new raven.Client(dsn);
103-
delete process.env.SENTRY_SITE;
104-
});
105-
106100
it('should be disabled for a falsey DSN', function(){
107101
mockConsoleWarn();
108102
var client = new raven.Client(false);

0 commit comments

Comments
 (0)