Skip to content

Commit

Permalink
Update dotnet.mdx to add stack trace linking as a feature (#8157)
Browse files Browse the repository at this point in the history
* add stack trace linking feature

* style(lint): Auto commit lint changes

* bruno's suggestions

* fix typo

* style(lint): Auto commit lint changes

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
isabellaenriquez and getsantry[bot] authored Oct 6, 2023
1 parent 1b211a7 commit 50380ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform-includes/getting-started-primer/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ This <PlatformLink to="/compatibility/">SDK is compatible</PlatformLink> with th
- Automatically captures errors including: unhandled exceptions and unobserved task exceptions
- Events <PlatformLink to="/enriching-events/context/">enriched</PlatformLink> with device data
- Offline caching of events when a device is unable to connect
- [Stack Trace Linking](/product/integrations/integration-platform/ui-components/stacktrace-link/) to jump directly from a stack trace to the corresponding file in your source code provider; supports [Source Link](https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink)
- Samples provided for [multiple C# app models](https://github.com/getsentry/sentry-dotnet/tree/main/samples),
F# [Console](https://github.com/sentry-demos/fsharp), and [Giraffe](https://github.com/sentry-demos/giraffe)

1 comment on commit 50380ce

@vercel
Copy link

@vercel vercel bot commented on 50380ce Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.