You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest that you set the capture_log_messages option of the Sentry.LoggerHandler to true by default. Right now, it's set to false which means that calls to Logger.error are not Sent-ry'd (get it?!) by default which might cause:
I think setting capture_log_messages: true together with level: error might be a safe default here.
Alternatively, it might also be enough to mention this configuration in your setup instructions.
The text was updated successfully, but these errors were encountered:
Personally, I am not so sure about changing the default, because if we suddenly start sending by default, error rates may go up for some folks and that would also be a CONFUSION OF DA HIGHEST ORDA. We should definitely improve info about this in the setup guides/docs.
Hallo Guten Tag,
I'd like to suggest that you set the
capture_log_messages
option of theSentry.LoggerHandler
totrue
by default. Right now, it's set tofalse
which means that calls toLogger.error
are not Sent-ry'd (get it?!) by default which might cause:I think setting
capture_log_messages: true
together withlevel: error
might be a safe default here.Alternatively, it might also be enough to mention this configuration in your setup instructions.
The text was updated successfully, but these errors were encountered: