perl-raven icon indicating copy to clipboard operation
perl-raven copied to clipboard

A perl sentry client

Results 4 perl-raven issues
Sort by recently updated
recently updated
newest added

Wondering if there are plans to add support for Performance Monitoring Support https://docs.sentry.io/performance-monitoring/getting-started ? Thanks for the great work, we love Sentry and looking forward to gaining more functionality.

### Environment Sentry SaaS (sentry.io) Sentry::Raven 1.13 in Perl 5.26.1 on Ubuntu 18.04. ### Steps to Reproduce Define a `SENTRY_DSN` environment variable or pass a `sentry_dsn` attribute without secret key...

Right now the various ->$foo_context methods (eg. `request_context`) return only the appropriate context. Eg. if you do ``` my %returned_context = Sentry::Raven->request_context( %relevant_request_information, tags => { foo => 'bar' }...

We have proxy to control external traffic. It is set with http_proxy and https_proxy env vars. Adding $ua->env_proxy would allow our app to reach sentry.io.