Unverified Commit 116d4092 authored by Clint.Network's avatar Clint.Network Committed by GitHub

Merge pull request #9 from clintnetwork/sentry

Add Sentry
parents f2eebcb7 e6180bfa
......@@ -20,6 +20,7 @@ namespace Stratis.Guru
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseUrls("http://localhost:1989")
.UseSentry("https://ed8ea72e1f6341ae901d96691d9e58a0@sentry.io/1359208")
.UseStartup<Startup>();
}
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
<PackageReference Include="NStratis" Version="4.0.0.60"/>
<PackageReference Include="QRCoder" Version="1.3.3"/>
<PackageReference Include="RestSharp" Version="106.5.4"/>
<PackageReference Include="Sentry.AspNetCore" Version="1.1.0" />
</ItemGroup>
</Project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment