Noemi

Results 40 comments of Noemi

Released the fix in https://github.com/appsignal/appsignal-agent/pull/1129 as AppSignal for Node.js 3.3.3 -- this, however, resulted in incorrect behaviour when using the Pages Router. I have done a "soft rollback" by resetting...

I am not able to reproduce the issues that the customer using the Pages Router experienced. I have undone the "soft rollback" and `latest` is now `3.3.3`. A third customer...

I was able to reproduce the issue with `render` or `getServerSideProps` appearing instead of the method, which was reported by the customer. AppSignal for Node.js 3.3.4 was released with a...

A customer ([Intercom link](https://app.intercom.com/a/inbox/yzor8gyw/inbox/conversation/16410700311346)) has reported high cardinality action names after upgrading to 3.3.4. It seems that traces that should be ignored (because they do not have a proper root...

Hi @fabiolnm, Thank you for reporting this issue. Setting `serverComponentsExternalPackages` should fix this, but unfortunately I believe that `serverComponentsExternalPackages` is not honored when a custom `webpack(config)` is provided. Could you...

On @fabiolnm's issue above, in case someone else runs into it: make sure that, in `instrumentation.ts`, the call to `require("./appsignal.cjs")` is wrapped in `if (process.env.NEXT_RUNTIME === "nodejs")` -- this is...

> the one thing we have to watch out for is that users can't actually import or run the extension install script files. While looking into an issue regarding making...

That's true, but we could have `npm install` run `npm run build` when it's a local build. [The branch where the extension uses the transmitter does this to work around...

@cjurjiu Support for BullMQ (not the earlier, discontinued Bull!) was implemented in version 3.4.5 of the AppSignal for Node.js integration: https://docs.appsignal.com/nodejs/3.x/integrations/bullmq.html

We should have a conversation about whether we can/should add these ones. We may choose to support them by adding an extractor, but make them opt-in. If we do, the...