Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Sentry integration #10

Merged
merged 5 commits into from
Dec 6, 2023
Merged

feat: Sentry integration #10

merged 5 commits into from
Dec 6, 2023

Conversation

EmmaSimon
Copy link
Contributor

@EmmaSimon EmmaSimon commented Dec 5, 2023

Summary

Ticket: Add Sentry Integration

This wraps the app with SentryFlutter to let it upload errors. Also updates the Xcode Cloud and Github Actions pipelines to take the required env vars.

Testing

Sentry logs show up with the correct environment, version, and device tags when run locally, and on a physical iOS and Android device with app bundles distributed through the corresponding internal app testing build pipeline.

Sentry: All Events

@EmmaSimon EmmaSimon requested a review from a team as a code owner December 5, 2023 23:12
@EmmaSimon EmmaSimon changed the title Sentry integration reporting: Sentry integration Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

Coverage of commit c0cdee4

Summary coverage rate:
  lines......: 41.2% (7 of 17 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate:
               |Lines       |Functions  |Branches    
  Filename     |Rate     Num|Rate    Num|Rate     Num
  ===================================================
  lib/main.dart|41.2%     17|    -     0|    -      0

Download coverage report

Copy link

github-actions bot commented Dec 5, 2023

Coverage of commit bd56656

Summary coverage rate:
  lines......: 41.2% (7 of 17 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate:
               |Lines       |Functions  |Branches    
  Filename     |Rate     Num|Rate    Num|Rate     Num
  ===================================================
  lib/main.dart|41.2%     17|    -     0|    -      0

Download coverage report

@EmmaSimon EmmaSimon changed the title reporting: Sentry integration feat: Sentry integration Dec 5, 2023
@EmmaSimon EmmaSimon merged commit 5acfe21 into main Dec 6, 2023
1 check passed
@EmmaSimon EmmaSimon deleted the es-sentry-integration branch December 6, 2023 21:31
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