Skip to content
Discussion options

You must be logged in to vote

Hi @Timmitry, there are several features within AppSignal that might allow you to track these events. While we don't provide an equivalent to report_error that takes a string, you could create a helper that raises a custom error type and calls report_error with it.

However, what I'd suggest is using our logging feature. With logging, you can log these messages through your application's logger. Then you can create views that display those messages, or configure alerts based on the frequency of those messages.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Timmitry
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Timmitry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants