Skip to content

Commit 24c159f

Browse files
authored
add sentry to global usings (#3043)
1 parent fbf8fac commit 24c159f

File tree

63 files changed

+18
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+18
-92
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions

benchmarks/Sentry.Benchmarks/LastActiveSpanBenchmarks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using BenchmarkDotNet.Attributes;
2-
using Perfolizer.Mathematics.Randomization;
32

43
namespace Sentry.Benchmarks;
54

benchmarks/Sentry.Benchmarks/StackFrameBenchmarks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using BenchmarkDotNet.Attributes;
2-
using Sentry.Extensibility;
32

43
namespace Sentry.Benchmarks;
54

samples/Sentry.Samples.AspNetCore.Blazor.Wasm/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Diagnostics;
22
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
3-
using Sentry;
43
using Sentry.Samples.AspNetCore.Blazor.Wasm;
54

65
// Capture blazor bootstrapping errors

samples/Sentry.Samples.AspNetCore.Mvc/Controllers/HomeController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Diagnostics;
22
using Microsoft.AspNetCore.Mvc;
33
using Samples.AspNetCore.Mvc.Models;
4-
using Sentry;
54

65
namespace Samples.AspNetCore.Mvc.Controllers;
76

samples/Sentry.Samples.AspNetCore.Mvc/ExampleEventProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Sentry;
21
using Sentry.Extensibility;
32

43
namespace Samples.AspNetCore.Mvc;

samples/Sentry.Samples.AspNetCore.Mvc/SpecialExceptionProcessor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Sentry;
21
using Sentry.Extensibility;
32

43
namespace Samples.AspNetCore.Mvc;

samples/Sentry.Samples.Console.Basic/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* For more advanced features of the SDK, see Sentry.Samples.Console.Customized.
99
*/
1010

11-
using Sentry;
12-
1311
// Initialize the Sentry SDK. (It is not necessary to dispose it.)
1412
SentrySdk.Init(options =>
1513
{

samples/Sentry.Samples.Console.Customized/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Reflection;
21
using System.Xml.Xsl;
3-
using Sentry;
42
using Sentry.Extensibility;
53

64
internal static class Program

samples/Sentry.Samples.Console.Metrics/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System.Numerics;
2-
3-
namespace Sentry.Samples.Console.Metrics;
1+
namespace Sentry.Samples.Console.Metrics;
42

53
internal static class Program
64
{

0 commit comments

Comments
 (0)