Michi Hoffmann
Michi Hoffmann
This RFC proposes a new way to continue a trace when creating nested transactions. [Rendered RFC](https://github.com/getsentry/rfcs/blob/continue-trace/text/0014-continue-traces.md) Refs https://github.com/getsentry/develop/issues/690
Any plans to add support for hooks to the SDK? https://docs.launchdarkly.com/sdk/features/hooks Sentry (Hi 👋) launched a new feature to integrate [LaunchDarkly](https://docs.sentry.io/organization/integrations/feature-flag/launchdarkly/) into the issues workflow and it would be neat...
The `/gibfeedback` command would pipe into the Sentry Feedback UI. This requires to create an envelope with a `feedback` context, so should be straight forward to add this to potel....
Adding support for Continuous Profiling. The 30 second limit does no longer apply. For now, we have a simple profiles aggregator, similar to logs, which we can later make smarter...
This is a rough outline about the changes we're planning to make in the next major version of the PHP SDK. - [ ] Remove the Hub and implement the...
We should double check for any unwanted truncation logic in the SDK. Refs https://github.com/getsentry/projects/issues/837
A fix was implemented to prevent session keys from appearing as cache keys in Sentry's session overview. * Three new private methods were added to `src/Sentry/Laravel/Features/CacheIntegration.php`: * `isSessionKey(string $key): bool`...
We should double check for any unwanted truncation logic in the SDK. Refs https://github.com/getsentry/projects/issues/837