File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,6 @@ Optionally declare the DSN to use for the client through the environment. Initia
125
125
### SENTRY_NAME
126
126
Optionally set the name for the client to use. [ What is name?] ( http://raven.readthedocs.org/en/latest/config/index.html#name )
127
127
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
-
131
128
## Catching global errors
132
129
For those times when you don't catch all errors in your application. ;)
133
130
Original file line number Diff line number Diff line change @@ -97,12 +97,6 @@ describe('raven.Client', function(){
97
97
delete process . env . SENTRY_NAME ;
98
98
} ) ;
99
99
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
-
106
100
it ( 'should be disabled for a falsey DSN' , function ( ) {
107
101
mockConsoleWarn ( ) ;
108
102
var client = new raven . Client ( false ) ;
You can’t perform that action at this time.
0 commit comments