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
For those looking for a way to capture Sentry events from syslog, you might find my sentry-syslog script helpful. It can be used, for example, as the binary for Rsyslog's omprog output module to send syslog messaages to Sentry as breadcrumbs and events.
Hello,
I'm enhancing the plugin for sentry 8.x support. Part of sentry8 support includes some protocol changes.
https://docs.getsentry.com/on-premise/clientdev/attributes
Some of these changes involve sending arrays and hashes. Upstream, fluentd record_transformer (for instance) converts all record values to strings.
Option 1:
Option 2
And then we do
I prefer option 1 because eval is evil. But I am unsure if we should force json. Yaml would work too. Thoughts?
The text was updated successfully, but these errors were encountered: