Skip to content

Commit 785e71b

Browse files
Doileealimpens
andauthored
[feat-6283]: Update dependencies (#3023)
* Delete 3 unused NPM Dependencies * Remove Sentry (not in use) * update package-lock.json * Revert removal of Sentry in ADR, they're immutable * Restore and update the lockfile, instead of deleting it * Remove unnecessary next call * Remove unnecessary next calls --------- Co-authored-by: alimpens <a.limpens@amsterdam.nl>
1 parent 2c4fece commit 785e71b

File tree

18 files changed

+2
-377
lines changed

18 files changed

+2
-377
lines changed

.github/review/values.yml

-2
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,3 @@ config:
111111
realm: datapunt-ad-acc
112112
responseType: code
113113
scope: openid
114-
sentry:
115-
dsn: https://3de59e3a93034a348089131aa565bdf4@sentry-new.data.amsterdam.nl/27

app.amsterdam.json

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
"responseType": "code",
119119
"scope": "openid"
120120
},
121-
"sentry": {
122-
"dsn": "https://3de59e3a93034a348089131aa565bdf4@sentry-new.data.amsterdam.nl/27"
123-
},
124121
"azure": {
125122
"connectionString": "InstrumentationKey=c39a786a-82ac-471d-a0c6-feb41eb4967b;IngestionEndpoint=https://westeurope-5.in.applicationinsights.azure.com/;LiveEndpoint=https://westeurope.livediagnostics.monitor.azure.com/"
126123
}

internals/schemas/app.schema.json

-16
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"oidc": {
3737
"$ref": "#/definitions/Oidc"
3838
},
39-
"sentry": {
40-
"$ref": "#/definitions/Sentry"
41-
},
4239
"azure": {
4340
"$ref": "#/definitions/Azure"
4441
},
@@ -733,19 +730,6 @@
733730
"required": ["attribution", "tms"],
734731
"title": "TilesOptions"
735732
},
736-
"Sentry": {
737-
"type": "object",
738-
"additionalProperties": false,
739-
"properties": {
740-
"dsn": {
741-
"type": "string",
742-
"format": "uri",
743-
"description": "Sentry data source name value. When omitted, Sentry will not be initialised in the application"
744-
}
745-
},
746-
"required": ["dsn"],
747-
"title": "Sentry"
748-
},
749733
"Azure": {
750734
"type": "object",
751735
"additionalProperties": true,

0 commit comments

Comments
 (0)