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

Missing Sentry features #17

Open
LordSimal opened this issue Jul 27, 2024 · 1 comment
Open

Missing Sentry features #17

LordSimal opened this issue Jul 27, 2024 · 1 comment

Comments

@LordSimal
Copy link
Owner

LordSimal commented Jul 27, 2024

This issue should track the missing features of this plugin which could technically be implemented:

Insights - Requests

Cake's HTTP client could rather easily be hooked up to the this feature since events have been added to CakePHP 5.1

Insights - Assets

If assets are served via the AssetMiddleware they could be tracked via the Assets feature of sentry since they are not statically served via the webserver directly.

There is just no event or hook to currently trigger such logic

Insights - Caches

As far as I can tell there is no event or hook present to easily trace each cache set/get call. The DebugKit can only show how many hits/fails a specific cache pool got but thats not granular enough for what the sentry API requires

Insights - Queues

This should work indipendently on which queue plugin someone uses (either cakephp/queue or e.g. dereuromark/cakephp-queue)

Cron

See #11

@LordSimal
Copy link
Owner Author

HTTP Client Tracing: #18

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

1 participant