Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create a bug report with exceptions from your code and send to Slack

NotificationsYou must be signed in to change notification settings

alexandresanlim/dotnet-slack-exception-log-send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

NugetNuget

With this .net package you will be able to create a bug report with Slack application, inspect and track any issues your users run into while running your app.

How to use?

It's really simple, send an error to be tracked as a handled exception using the function SendToSlack:

try{//your code here}catch(System.Exceptionex){ex.SendToSlack();}

Results in:

alt text

How to start it?

We have agreat wiki article explaining exactly that or follow the steps:

1 - Prepare your Slack channel to receive exceptions
2 - Prepare your application to send exceptions
3 - Customizations
3.1 - Add extra fields
3.2 - Add actions
4 - Execute tests on this project

About

Create a bug report with exceptions from your code and send to Slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp