Browse Source

Removed a } in winforms.tsx (#80363)

<!-- Describe your PR here. -->
Under `o.TracesSampleRate`, there is a }, that isn't supposed to be
there. I removed it.
https://github.com/getsentry/self-hosted/issues/3414
<!--

  Sentry employees and contractors can delete or ignore the following.

-->

### Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

Co-authored-by: Stefan Jandl <reg@bitfox.at>
Serpensin 3 months ago
parent
commit
4d768a3f8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/app/gettingStartedDocs/dotnet/winforms.tsx

+ 0 - 1
static/app/gettingStartedDocs/dotnet/winforms.tsx

@@ -92,7 +92,6 @@ static class Program
             ));`
                 : ''
             }
-          }
         });
         // Configure WinForms to throw exceptions so Sentry can capture them.
         Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);