Add sentry support#250
Conversation
| dsn.project_id(), | ||
| ); | ||
| let auth = format!( | ||
| "Sentry sentry_key={}, sentry_version=7, sentry_client=azul/{}", |
There was a problem hiding this comment.
Aside from sentry_client=azul line, it seems like this sentry functionality would be pretty generally useful for Rust-based Workers. Worth considering publishing as a standalone worker-sentry crate, possibly in the https://github.com/cloudflare/workers-rs repo.
|
Since Bonk seems to be having trouble lately, here's some feedback from a local AI review: Review summary of PR #250
|
|
/bonk review |
|
APIError: Invalid Anthropic API Key |
2 similar comments
|
APIError: Invalid Anthropic API Key |
|
APIError: Invalid Anthropic API Key |
|
@lukevalenta Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
f9487a4 to
9e58411
Compare
9e58411 to
c5799e9
Compare
c3e207b to
f7b4aac
Compare
Add sentry support to all workers. This requires a bump of the worker version to
support unwinding in wasm