-
Notifications
You must be signed in to change notification settings - Fork 3
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
1564 Add logging for failed subscriber creation #1565
1564 Add logging for failed subscriber creation #1565
Conversation
✅ Deploy Preview for labs-zap ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the comments, just take a look at removing the dependency on @sentry/browser
as discussed
@TylerMatteo Despite much effort, I have not been able to resolve "This branch cannot be rebased due to conflicts". I don't think there's actually an issue. Otherwise, this is ready for review. |
…able when environment is not set
It likely has something to do with the merge commit merging develop back onto this branch. I'll enable squash merging for now and, assuming it lets us do that, we can do that for this PR. I was going to suggest squashing at least some of these commits anyway. Long term, we should sit down and figure out how to do rebasing instead of merge commits with Git Tower because this problem will continue to come up. |
I did rebase in Git Tower - no idea how it turned out like that. |
Summary
Adds polling to check for completed subscriber creation, and logs any errors to Papertrail and Sentry.
Tasks/Bug Numbers
Completes #1564
Technical Explanation
Any other info you think would help a reviewer understand this PR?