You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you try the fixes in #4077 and #4083 in your local copy of the SDK to see if either one fixes it?
(They will likely both be in the next release (slated for next week), so you also could wait and try it that way . You also might try 6.12.x, as #4083 fixes a bug introduced in 6.13.0.)
I actually think I'll move away from Webpack on this one though. Don't really need to bundle the node app for what I'm doing and it might even be overkill.
But I guess it'd be good to have working for that scenario anyways 😎 Especially as the docs mentions and shows examples using Webpack in a number of places.
Package + Version
This is similar to issue found here (issue 3293) with a workaround from @kamilogorek. I can't however get the workaround to work.
Issue
When trying to use the
Tracing.Integrations.Postgres()
integration to get database traces the pg package can for some reason not be required.Previously proposed workaround
In issue 3293 the mentioned workaround is to add magic comments
Even with workaround implemented I still however get the exact same error ...
Sentry Logger [Error]: Postgres Integration was unable to require
pgpackage.
Reproduce the issue
👀 A repo for reproducing the issue can be found here
The text was updated successfully, but these errors were encountered: