fix(tauri): remove stray perf emission from auth cookie PR
Drop the startup instrumentation call that leaked into the auth-cookie isolation branch. The helper is not defined on this PR branch, and the PR does not need to serialize the generated cookie name to fix the multi-instance auth collision.
This commit is contained in:
@@ -432,11 +432,6 @@ impl CliProcessManager {
|
|||||||
resolution.runner, resolution.entry, host
|
resolution.runner, resolution.entry, host
|
||||||
));
|
));
|
||||||
let auth_cookie_name = Arc::new(generate_auth_cookie_name());
|
let auth_cookie_name = Arc::new(generate_auth_cookie_name());
|
||||||
emit_perf_startup(
|
|
||||||
&app,
|
|
||||||
"cli.auth.cookie.generated",
|
|
||||||
json!({ "cookieName": auth_cookie_name }),
|
|
||||||
);
|
|
||||||
let args = resolution.build_args(dev, &host, auth_cookie_name.as_str());
|
let args = resolution.build_args(dev, &host, auth_cookie_name.as_str());
|
||||||
log_line(&format!("CLI args: {:?}", args));
|
log_line(&format!("CLI args: {:?}", args));
|
||||||
if dev {
|
if dev {
|
||||||
|
|||||||
Reference in New Issue
Block a user