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

Handle writeDataPoint errors #41

Closed
nathanclevenger opened this issue Nov 29, 2022 · 1 comment
Closed

Handle writeDataPoint errors #41

nathanclevenger opened this issue Nov 29, 2022 · 1 comment

Comments

@nathanclevenger
Copy link
Member

Currently very long URLs will crash ctx.do with

{
  "error": {
    "name": "TypeError",
    "message": "writeDataPoint(): Cumulative size of blobs exceeds 5120 bytes)."
  }
}

We need to cleanly handle/swallow that ... and probably trim URL if it's over a certain length

@sam-lippert
Copy link
Contributor

83ad150

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

No branches or pull requests

2 participants