Skip to content

Commit 61bcd45

Browse files
authored
Updated readme with details on performance sampling
1 parent bd5f110 commit 61bcd45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Depending on the log level configured in the backend of magento 2, notifications
1818
- Show detailed context on thrown exceptions (Like Magento user/api consumer id)
1919
- Easily control which events get sent to Sentry
2020
- Backend and frontend error reporting
21-
- Performance sampling
21+
- Performance sampling ([tracing](https://docs.sentry.io/platforms/php/tracing/) & [profiling](https://docs.sentry.io/platforms/php/profiling/))
22+
- Database Queries (Detect N+1 queries)
23+
- Events
24+
- Template rendering
25+
- [Cache monitoring](https://docs.sentry.io/platforms/php/tracing/instrumentation/caches-module/)
26+
- [Queue monitoring](https://docs.sentry.io/platforms/php/tracing/instrumentation/queues-module/)
2227
- Cron Monitoring
2328
- Session replay
2429
- Logrocket support

0 commit comments

Comments
 (0)