Noemi
Noemi
From #913, reported by @michallepicki -- see Intercom conversation: https://app.intercom.com/a/inbox/yzor8gyw/inbox/conversation/16410700283512 ## Describe the bug When an Oban job is canceled via Oban Web, the trace is not flushed, resulting in...
Intercom conversation: https://app.intercom.com/a/inbox/yzor8gyw/inbox/conversation/16410700278653?view=List The customer was following a blog post in which they pass metadata to the `Telemetry` Tesla middleware. They would like to use this to differentiate between different...
Some Elixir and Erlang versions that we support are EOL. We should drop support for them at some point. Doing so would allow us to clean up lots of special...
This issue is spun off from [a comment](https://github.com/appsignal/appsignal-elixir/issues/862#issuecomment-1620017933) in #862. Implement a way to set the name and attributes for a span without overriding it, similar to how it was...
We've seen [users roll out their own implementation of this](https://github.com/appsignal/appsignal-elixir/issues/820#issuecomment-1414073396), which is a great indicator that the feature would be useful, and that there would be value in providing it...
We mostly test the AppSignal for Node.js integration with npm, which lets you do _whatever_ in terms of dependency use. When `@appsignal/nodejs` attempts to `require("@opentelemetry/sdk-metrics")`, which is not a declared...
Intercom: https://app.intercom.com/a/inbox/yzor8gyw/inbox/admin/5246522/conversation/16410700308049?view=List Customer is using Next.js 14.1.3. Performance samples are reported as `UNKNOWN /some-path` -- indicating that `http.method` is not provided in the span that is treated as the root...
The diagnose report, when executed via `npx @appsignal/cli@latest diagnose` (which is the currently recommended way to execute it) checks for the presence of a `node_modules` in the current folder, or...
Our existing HTTP instrumentation does not instrument calls through `fetch`, as it is a completely different beast internally. There's an OpenTelemetry instrumentation at: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici
We know [some of our users use it](https://app.intercom.com/a/apps/yzor8gyw/inbox/inbox/search/conversations/16410700133028?q=bull&teamAssigneeIdentifier=all&teammateAssigneeIdentifier=all) and have written custom instrumentation for it, and a [non-contrib OpenTelemetry instrumentation](https://github.com/jenniferplusplus/opentelemetry-instrumentation-bullmq) for it exists. We could add support for it, and...