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
The example project is configured to install Bugsnag dependencies from a local package source. Run the build script from the repository root to build and generate the local packages:
12
+
13
+
```
14
+
.\build.ps1 --Target Pack
15
+
```
16
+
17
+
Or, alternatively, you can use Visual Studio to install the latest version from `nuget.org`
18
+
19
+
In the `Web.Config` file enter the Bugsnag API key that you want to
0 commit comments