File tree Expand file tree Collapse file tree 3 files changed +221
-209
lines changed Expand file tree Collapse file tree 3 files changed +221
-209
lines changed Original file line number Diff line number Diff line change 16
16
"license" : " SEE LICENSE IN LICENSE.md" ,
17
17
"devDependencies" : {
18
18
"@jgoz/esbuild-plugin-typecheck" : " 2.0.0" ,
19
- "@semantic-release/changelog" : " 6.0.1 " ,
19
+ "@semantic-release/changelog" : " 6.0.2 " ,
20
20
"@semantic-release/exec" : " 6.0.3" ,
21
21
"@types/crypto-js" : " 4.1.1" ,
22
- "@types/node" : " 18.11.9 " ,
22
+ "@types/node" : " 18.11.10 " ,
23
23
"@types/twitter-autohook" : " 1.7.0" ,
24
- "@typescript-eslint/eslint-plugin" : " 5.44 .0" ,
25
- "@typescript-eslint/parser" : " 5.44 .0" ,
24
+ "@typescript-eslint/eslint-plugin" : " 5.45 .0" ,
25
+ "@typescript-eslint/parser" : " 5.45 .0" ,
26
26
"commitizen" : " 4.2.5" ,
27
27
"concurrently" : " 7.6.0" ,
28
28
"cz-conventional-changelog" : " 3.3.0" ,
29
- "esbuild" : " 0.15.15 " ,
29
+ "esbuild" : " 0.15.16 " ,
30
30
"eslint" : " 8.28.0" ,
31
31
"eslint-config-airbnb-base" : " 15.0.0" ,
32
32
"eslint-plugin-import" : " 2.26.0" ,
38
38
"dependencies" : {
39
39
"@bugsnag/js" : " 7.18.0" ,
40
40
"@doist/todoist-api-typescript" : " 2.1.2" ,
41
- "axios" : " 1.1.3 " ,
41
+ "axios" : " 1.2.0 " ,
42
42
"crypto-js" : " 4.1.1" ,
43
43
"dotenv" : " 16.0.3" ,
44
- "mongoose" : " 6.7.2 " ,
44
+ "mongoose" : " 6.7.5 " ,
45
45
"twitter-api-v2" : " 1.12.9"
46
46
},
47
47
"engines" : {
Original file line number Diff line number Diff line change 1
1
import Bugsnag from '@bugsnag/js' ;
2
2
3
- Bugsnag . start ( process . env . BUGSNAG_API_KEY || '' ) ;
3
+ Bugsnag . start ( {
4
+ apiKey : process . env . BUGSNAG_API_KEY || '' ,
5
+ appVersion : 'oauth-service' ,
6
+ } ) ;
4
7
5
- export default Bugsnag ;
8
+ export default Bugsnag ;
You can’t perform that action at this time.
0 commit comments