Skip to content

Commit

Permalink
fix: tracing import (#191)
Browse files Browse the repository at this point in the history
## Change Summary

Fix tracing import.

## Merge Checklist

_Choose all relevant options below by adding an `x` now or at any time
before submitting for review_

- [x] PR title adheres to the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/) standard
- [ ] PR has a changeset
- [x] PR has been tagged with a change label(s) (i.e. documentation,
feature, bugfix, or chore)
- [x] PR includes documentation if necessary
- [x] All commits have been signed
  • Loading branch information
horsefacts authored Aug 14, 2024
1 parent c4b36cf commit 86b9099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/relay/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import tracing from "./tracing";
import "./tracing";
import { RelayServer } from "./server";
import { CHANNEL_TTL, REDIS_URL, RELAY_SERVER_HOST, RELAY_SERVER_PORT } from "./env";

Expand Down

0 comments on commit 86b9099

Please sign in to comment.