Skip to content

Commit af89914

Browse files
committed
chore: Simplify backtrace config
1 parent 90e726b commit af89914

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

obelisk-local.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ forward_stderr = "stderr"
3030
[[workflow]]
3131
name = "obelisk_deployer_flyio"
3232
location.path = "${OBELISK_TOML_DIR}/target/wasm32-unknown-unknown/release_workflow/obelisk_deployer_flyio.wasm"
33-
backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
33+
backtrace.sources = { ".../src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
3434

3535
[[http_server]]
3636
name = "webhook_server"

obelisk-oci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ forward_stderr = "stderr"
3030
[[workflow]]
3131
name = "obelisk_deployer_flyio"
3232
location.oci = "docker.io/getobelisk/components_flyio_obelisk_deployer_flyio:2025-10-02@sha256:f4d6796b24587d148752e8d280cccd61cb7fbbbf91a032042bb9aaed65666329"
33-
backtrace.sources = { "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
33+
backtrace.sources = { ".../src/lib.rs" = "${OBELISK_TOML_DIR}/workflow/deployer-workflow/impl-flyio/src/lib.rs" }
3434

3535
# This webhook is here only for `push-components.sh`
3636
[[webhook_endpoint]]

0 commit comments

Comments
 (0)