Skip to content
This repository was archived by the owner on Jun 19, 2022. It is now read-only.

Commit d13e144

Browse files
committed
Revert "Add environment to setup example."
This reverts commit 91d4c82.
1 parent 91d4c82 commit d13e144

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ We made some breaking changes in 1.0, so if you currently use 0.x, you will need
1515
var hb = require('honeybadger');
1616

1717
hb.configure({
18-
apiKey: '[ YOUR API KEY HERE ]',
19-
environment: 'production'
18+
apiKey: '[ YOUR API KEY HERE ]'
2019
});
2120

2221
# Change:
@@ -47,8 +46,7 @@ var Honeybadger = require('honeybadger');
4746

4847
```javascript
4948
Honeybadger.configure({
50-
apiKey: '[ YOUR API KEY HERE ]',
51-
environment: 'production'
49+
apiKey: '[ YOUR API KEY HERE ]'
5250
});
5351
```
5452

0 commit comments

Comments
 (0)