Skip to content

Conversation

@gsantoro-lvh
Copy link
Contributor

@gsantoro-lvh gsantoro-lvh commented Oct 15, 2025

Summary

This PR fixes the type of SentryAppID field in MetricAlertTriggerAction struct from *string to *int to match Sentry's API response format.

Changes

  • Changed SentryAppID field type from *string to *int in MetricAlertTriggerAction struct

Commit History

  • 7e03623 fix: change SentryAppID type from string to int in MetricAlertTriggerAction

Test Plan

  1. Run the existing test suite with make test to ensure no regressions
  2. Verify that metric alert operations with Sentry app integrations work correctly
  3. Confirm that JSON unmarshaling/marshaling of MetricAlertTriggerAction handles the integer type properly

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants