Add the Google Cloud Instance ID to Sentry, so we can search logs #2220
Labels
A-infrastructure
Area: Infrastructure changes
A-rust
Area: Updates to Rust code
C-bug
Category: This is a bug
I-usability
Zebra is hard to understand or use
S-needs-investigation
Status: Needs further investigation
Is your feature request related to a problem? Please describe.
When our deployed Zebra instances panic or crash, they send a report to Sentry.io.
But this report only contains the Google Cloud instance name, so we can't search Google Cloud Logs for the instance's logs. This makes it hard to diagnose issues.
Describe the solution you'd like
Describe alternatives you've considered
If the instance is still running, we can look up the logs from the Google Cloud VPC interface. But that doesn't work for deleted instances.
Additional context
This is blocking bugs like #1678: #2209, #2055
The text was updated successfully, but these errors were encountered: