You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
B. Set via Configuration File - Java Only (Recommended)
302
-
301
+
* Set via Configuration File - Java Only (Recommended)
302
+
303
303
Create a configuration file named `applicationinsights.json`, and place it in the same directory as `applicationinsights-agent-3.5.4.jar` with the following content:
304
304
305
305
```json
306
306
{
307
307
"connectionString": "<Your connection string>"
308
308
}
309
309
```
310
-
310
+
311
311
Replace `<Your connection string>` in the preceding JSON with *your* unique connection string.
0 commit comments