Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
remove js payload limit #1823
remove js payload limit #1823
Changes from 1 commit
10f0707
e57249c
fa453ab
df3f6b5
aa5aa7e
805cd29
051d36b
2e4daae
32481fa
6d6b459
1c8d135
7310991
3238dae
0240d64
700053d
6812fb7
0defa0b
8e6b15c
98e3eb1
08ea261
01479ea
e1767a7
e1797bb
945a5a6
c3203fc
fae0eda
a694dc6
e8d94f3
cd74970
7e88ff0
37d53ef
e0a77dd
e7c5056
f0556b8
168bd62
24a0e26
a5aeabd
50caa80
140aef4
f445c2f
9bfbdbe
82f6719
879587a
b1a23c8
af22e4c
b9ed23a
22557f5
094c21a
aef0a36
c455ae4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
the change can be summarised as: don't throw here so each delivery mechanism attempts the send. For delivery mechanisms that support retries we explicitly make it not retryable if the payload was above the threshold (regardless of 400 status code or not)
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.
node does
logger.error(
Event failed to send…` so I thought maybe the browser delivery methods should too