highlight
highlight copied to clipboard
highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging, distributed tracing, and more.
It seems that one needs to set `highlight_io.H(otlp_endpoint="http://localhost:4317")` with the Python SDK when deploying a hobby instance of Highlight. This option isn't documented anywhere. https://github.com/highlight/highlight/blob/9a9b27ab7fe3f045c03d968babbec7ac1fc77eb9/e2e/python/highlight_flask/app.py#L20
## Summary I sat up Highlight within a React app and saw a lot of network errors for an invalid payload (status 400). It was already reported as an issue...
Get this error repeatedly every few seconds, fairly sure it is coming out of Highlight, and only as of fairly recently: ``` [@launchdarkly/observability] retry 8, failed to export OTeL traces:...
**Describe the bug** I am unable to login, getting error "Failed to Fetch" **To Reproduce** Start the docker container and go to localhost:3000 , try to login using random email...
**Describe the bug** CSS broken in replays on deployed versions (works on localhost btw with inlineStylesheet  We have GCP IAP in front of our application. So any request without...
**Is your feature request related to a problem? Please describe.** https://github.com/highlight/highlight/tree/main/e2e/go The `E2E test suite` currently only includes explicit tests for the `Go Echo `and `Go Fiber `frameworks. However, the...
## Summary ## How did you test this change? Before :- After:- ## Are there any deployment considerations? NA ## Does this work require review from our design team? NA
Hi, One of our rules in our project is that there shall be no part in our frontend that uses a third party backend, rather everything should be through our...
**Describe the bug** In Next.Js SDK there is no ability to override `rewrites` to use `self-hosted` highlight.io **Expected behavior** Be able to provide `backendUrl` as in `HightlightInit` **Screenshots** 
**Describe the bug** I'm trying to get source maps in highlight with Nextjs when errors occur, after following the setup I get the source maps in console in the browser...