supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
691 stars 62 forks source link

chore: introduce `tracing` #375

Closed nyannyacha closed 5 months ago

nyannyacha commented 5 months ago

What kind of change does this PR introduce?

Enhancement

Description

Introduces tracing crate to improve the edge runtime debugging experience.

In this PR, I'm not trying to apply tracing to all of the codebase, just the sb_module_loader crate. (There's nothing special about this 😅)

Changes

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 1.54.7 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: