Andrew Liu

Results 56 comments of Andrew Liu

This is one instance of the issue being tracked in - https://github.com/getsentry/sentry/issues/79859 So I'll close it. To summarize, widget feedbacks will not show up in the issue details tab until...

Useful refs: - https://docs.launchdarkly.com/sdk/client-side/react/react-web - https://launchdarkly.github.io/react-client-sdk/functions/withLDConsumer.html - https://launchdarkly.github.io/react-client-sdk/functions/withLDProvider.html - https://github.com/launchdarkly/react-client-sdk/blob/main/examples/hoc/src/universal/app.js - https://github.com/launchdarkly/react-client-sdk/blob/main/examples/hoc/src/universal/hooksDemo.js - https://openfeature.dev/docs/reference/technologies/client/web/react

I'm curious how exactly the TraceItemFilters are applied to filter another item type? Is it via trace_id? E.g. if I do "query all spans where log.severity = warn" It first...