diff --git a/docs/sentry-doc-config.json b/docs/sentry-doc-config.json new file mode 100644 index 00000000..aa492acc --- /dev/null +++ b/docs/sentry-doc-config.json @@ -0,0 +1,14 @@ +{ + "wizards": { + "c-sharp": { + "name": "C#", + "client_lib": "raven-csharp", + "is_framework": false, + "doc_link": "", + "snippets": [ + "index#installation", + "index#capturing-exceptions" + ] + } + } +}