Tim Haasdyk

Results 14 comments of Tim Haasdyk

Hi @ayamayab, the current solution for this is to create a "Custom event for alerting" in Settings > Anomaly detection > Custom events for alerting. You can create alerts using...

@ayamayab ah. When you said that no alert is generated when there is unavailability, I assumed that you were talking about unavailability displayed within Dynatrace Dynatrace. If you'd like me...

For what it's worth, this is how we're currently instrumenting SvelteKit's fetch using OTEL: In `index.html` (i.e. before SK has touched `fetch`) we just put a proxy in place: ```js...

I almost created a new issue, but I'm assuming my problem is essentially the same thing. I've discovered that nesting `` or `` breaks the SSR result and then CSR...

It seems to me that the traces should now be sent using the fetch api with the [`keepalive`](https://developer.mozilla.org/en-US/docs/Web/API/fetch#keepalive) parameter instead of the Beacon API (in browsers that support it at...

My current workaround was to add a space (` `) at the beginning of the two problematic lines.

@adamwathan Can we get this merged in? Without this, hiding columns as a table gets smaller requires somewhat ridiculous classes.

@pablo-abc `suppressWarnings()` appears to be killing our server, because you only undo the override in `onMount` i.e. on the client, so the server call-stack for `console.warn` just grows and grows...

FYI I opened [a PR](https://github.com/pablo-abc/svelte-markdown/pull/82) which is a bit less drastic than just suppressing all the warnings (which are truly annoying). I also noticed that even SvelteKit [supresses warnings like...