ChristophWurst / nextcloud_sentry

Sentry integration for Nextcloud
GNU Affero General Public License v3.0
36 stars 5 forks source link

Transactions for WebDAV #679

Open juliusknorr opened 4 months ago

juliusknorr commented 4 months ago

I noticed that WebDAV operations are not tracked in transactions yet which means we don't have profiling data for them.

Currently not entirely sure how to best hook into that, do you have any idea there from the Sabre API @ChristophWurst ?

ChristophWurst commented 4 months ago

A beforeMethod plugin maybe?

https://sabre.io/dav/writing-plugins/