Skip to content

Commit be9b6f4

Browse files
committed
Add a sentry server name in devcontainer
1 parent 86e8dd9 commit be9b6f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
// "ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere",
3939
// "ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx",
4040
// A development api key can be imported from the local environment
41-
"Explorer__AircloakApiKey": "${localEnv:AIRCLOAK_API_KEY}"
41+
"Explorer__AircloakApiKey": "${localEnv:AIRCLOAK_API_KEY}",
42+
"Sentry__ServerName": "${localEnv:USER}-${containerEnv:HOSTNAME}"
4243
},
4344
// Add the IDs of extensions you want installed when the container is created in the array below.
4445
"extensions": [

0 commit comments

Comments
 (0)