highlight
highlight copied to clipboard
highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging, distributed tracing, and more.
- Make alerts more consumable - Graphs within the alert body in slack/discord? - Make alerts more indicative of customer issues (error boundary should be higher priority) - What errors...
instead of sending the error boundary `submit` feedback as a 'notification', we should attach it to the error boundary error object and add the feedback to the error slack alert...
Use case for highlight where folks are not interested in sessions until an error is encountered. Simple version: automatically exclude all sessions until an error is encountered, at which point...
## Summary Builds [a GitHub app](https://github.com/apps/highlight-io/) for Highlight for creating issues from comments and errors. The GitHub app is installed on a Highlight workspace since the app is installed to...
## Summary This PR replaces the [image](https://www.highlight.io/docs/general/product-features/logging/log-search#wildcard-search) at the bottom of this page with a markdown table (which recently has added support in #4999). ## How did you test this...

**Is your feature request related to a problem? Please describe.** Customer request from Intercom channel. **Describe the solution you'd like** Support RegExp in the `urlBlocklist` param.
## Summary Addresses https://github.com/highlight/highlight/issues/4914 Removes the manual "sync" button and instead makes a throttled request for the latest and greatest slack data. **Note, the slack API rate limits at ~20...
 This modal is not doing anything (like sending the audit reason anywhere). Hence, we should get rid of it while we figure out where/if the audit reason should go...
## Summary We have a form that shows up when Highlight admins view a customer session.  After looking at the code, the audit reason wasn't being recorded: https://github.com/highlight/highlight/blob/e25924cd997e95fc9ccb1d02d95f610fda162e95/frontend/src/pages/Player/components/UnauthorizedViewingForm/UnauthorizedViewingForm.tsx#L13-L44 and...