We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.17
Linux 6.5.13-7-MANJARO x86_64 unknown
export default new Elysia({ aot: false, }) .use( opentelemetry({ spanProcessors: [new BatchSpanProcessor(new ConsoleSpanExporter())], }) ) .get("/", () => "Hello")
To be honest, if it doesn't work it is what it is, would maybe make sense to add a box in the documentation about this.
But it would be really really cool if it would work with aot
No response
node_modules
bun.lockb
The text was updated successfully, but these errors were encountered:
+1 experiencing the same issue.
This is becomes quite a big deal especially if deploying to something like Cloudflare Workers.
Sorry, something went wrong.
.trace()
aot=false
No branches or pull requests
What version of Elysia is running?
1.1.17
What platform is your computer?
Linux 6.5.13-7-MANJARO x86_64 unknown
What steps can reproduce the bug?
What is the expected behavior?
To be honest, if it doesn't work it is what it is, would maybe make sense to add a box in the documentation about this.
But it would be really really cool if it would work with aot
What do you see instead?
No response
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?No response
The text was updated successfully, but these errors were encountered: