Commit e6180bfa authored by Clint.Network's avatar Clint.Network

Add Sentry

parent f2eebcb7
...@@ -20,6 +20,7 @@ namespace Stratis.Guru ...@@ -20,6 +20,7 @@ namespace Stratis.Guru
public static IWebHostBuilder CreateWebHostBuilder(string[] args) => public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args) WebHost.CreateDefaultBuilder(args)
.UseUrls("http://localhost:1989") .UseUrls("http://localhost:1989")
.UseSentry("https://ed8ea72e1f6341ae901d96691d9e58a0@sentry.io/1359208")
.UseStartup<Startup>(); .UseStartup<Startup>();
} }
} }
\ No newline at end of file
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<PackageReference Include="NStratis" Version="4.0.0.60"/> <PackageReference Include="NStratis" Version="4.0.0.60"/>
<PackageReference Include="QRCoder" Version="1.3.3"/> <PackageReference Include="QRCoder" Version="1.3.3"/>
<PackageReference Include="RestSharp" Version="106.5.4"/> <PackageReference Include="RestSharp" Version="106.5.4"/>
<PackageReference Include="Sentry.AspNetCore" Version="1.1.0" />
</ItemGroup> </ItemGroup>
</Project> </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