Stefano Arlandini
Stefano Arlandini
I saw that the HTML can be customized thought the backend panel, however a template gives more flexibility so my issue is about adding the template support.
> Not only through the backend panel, but also via WordPress filter hooks. This is nice, but I still think a templating is thew way to go because there is...
> Since you mentioned other plugins use templates, a link could help. I'd like to avoid reinventing the wheel if there's already a "standard" way to do it. I don't...
I'm also interested in the KO 2.x version, if you can share what you alredy have it would be great as I'm searching a context menu binding
>Tell me that the options isnt used? I couldnt find a line in the code that its really passend by Support for configuring one of the out-of-the-box supported HTTP clients...
>We added an @deprecated annotation, we will point this out more clearly in the changelog and will cover this as well in the migration guide for v4.0. People don't care...
I don't see why not, but I'm not sure how to do this nor if there is something that we really have to do. Maybe @kamilogorek can shed some light...
>There is an issue here to document the spec for span ops Nice catch, didn't know about these spec >So as long as a PHP app records the spans for...
I used the `sql` prefix because not all databases may support prepared statements, transactions, etc, so `db` is misleading. I think that Sentry should instead treat the two prefixes as...
>it only adds the exception if found in the context We do the same, the `exception` key is reserved by Monolog so it's one of the few things we can...