Replies: 5 comments 2 replies
|
Copying @andreiborza @mydea @onurtemizkan Been stuck on this for weeks. Would greatly appreciate help figuring out what's missing. |
0 replies
|
@onurtemizkan is there some way to install a preview/prerelease version of the SDK that has #15542 included in it? I am struggling to get my server instrumented and don't mind using a release that is not officially out yet. |
1 reply
|
@punkpeye, @erikmunson - You can try it out with |
0 replies
|
YAY thank you!! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using Fastify to serve a react-router app.
I start my server following the ESM instructions:
my Sentry options look as follows:
here is what I see after the server starts:
but after that... nothing related to Fastify.
I get
pgtraces, but not Fastify.In general, my traces look pretty bare bones.
What am I missing?
All reactions