Skip to content

Commit 2133a3d

Browse files
committed
Panic at the beginning
1 parent 28e4265 commit 2133a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datadog-crashtracker/src/shared/configuration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ impl CrashtrackerConfiguration {
8888
unix_socket_path: Option<String>,
8989
demangle_names: bool,
9090
) -> anyhow::Result<Self> {
91+
panic!("new");
9192
Self::new_with_secondary(
9293
additional_files,
9394
create_alt_stack,

0 commit comments

Comments
 (0)