[go: nahoru, domu]

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

Splitting error report into multiple requests #10780

Closed
pramodShehan5 opened this issue May 3, 2024 · 4 comments
Closed

Splitting error report into multiple requests #10780

pramodShehan5 opened this issue May 3, 2024 · 4 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: question Request for information or clarification. Not an issue.

Comments

@pramodShehan5
Copy link

Hello,

Is there any way to split the error into multiple requests and send it to the GCloud error reporting?
I am using "com.google.cloud" % "google-cloud-errorreporting" % "0.122.4-beta"

https://cloud.google.com/knowledge/kb/error-400-bad-request-request-payload-size-exceeds-the-limit-000004321#:~:text=The%20error%20Request%20payload%20size,limit%20and%20cannot%20be%20increased.

@suztomo
Copy link
Member
suztomo commented May 3, 2024

Are you observing your application is generating an error report bigger than the 10 MB limit?

@pramodShehan5
Copy link
Author

yes. is there any way to stream the error report bigger than 10 MB limit?

@mpeddada1 mpeddada1 added type: question Request for information or clarification. Not an issue. priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 6, 2024
@suztomo
Copy link
Member
suztomo commented May 6, 2024

@pramodShehan5
Copy link
Author
pramodShehan5 commented May 6, 2024

Hello @suztomo ,
when splitting the error message into several request, is there any way to identify the error group on GCloud error reporting side?
example -
error message - test1test2
request 1 error message - test1
request 2 error message - test2
on GCloud error reporting , this error message should be test1test2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants