We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e8dd9 commit be9b6f4Copy full SHA for be9b6f4
1 file changed
.devcontainer/devcontainer.json
@@ -38,7 +38,8 @@
38
// "ASPNETCORE_Kestrel__Certificates__Default__Password": "SecurePwdGoesHere",
39
// "ASPNETCORE_Kestrel__Certificates__Default__Path": "/home/vscode/.aspnet/https/aspnetapp.pfx",
40
// A development api key can be imported from the local environment
41
- "Explorer__AircloakApiKey": "${localEnv:AIRCLOAK_API_KEY}"
+ "Explorer__AircloakApiKey": "${localEnv:AIRCLOAK_API_KEY}",
42
+ "Sentry__ServerName": "${localEnv:USER}-${containerEnv:HOSTNAME}"
43
},
44
// Add the IDs of extensions you want installed when the container is created in the array below.
45
"extensions": [
0 commit comments