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
feat(build): Add --date-built parameter for artifact uploads (EME-631)
Add support for passing build timestamps when uploading Android artifacts
via the build upload command. This allows the sentry-android-gradle-plugin
to capture the build time and send it to Sentry.
Changes:
- Add --date-built CLI argument to build upload command
- Add date_built field to ChunkedBuildRequest struct
- Pass date_built through upload_file function to API
- Update help text with ISO 8601 format example
- Update test snapshots
0 commit comments