Skip to content

Commit 5b61d4d

Browse files
committed
sentry - main - fix for the renamed EnvConfig
1 parent e036c73 commit 5b61d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
5151
)
5252
.get_matches();
5353

54-
let env_config = sentry::application::Config::from_env()?;
54+
let env_config = sentry::application::EnvConfig::from_env()?;
5555

5656
let socket_addr: SocketAddr = (env_config.ip_addr, env_config.port).into();
5757

0 commit comments

Comments
 (0)