File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use pairing::PairingHandler;
55use std:: sync:: atomic:: AtomicBool ;
66use std:: time:: Duration ;
77use tracing_batteries:: prelude:: * ;
8- use tracing_batteries:: { Umami , OpenTelemetry , Session } ;
8+ use tracing_batteries:: { OpenTelemetry , Session , Umami } ;
99
1010#[ macro_use]
1111mod macros;
@@ -162,7 +162,13 @@ async fn main() {
162162
163163 let session = Session :: new ( "github-backup" , version ! ( ) )
164164 . with_battery ( OpenTelemetry :: new ( "" ) )
165- . with_battery ( Umami :: new ( "https://analytics.sierrasoftworks.com" , "0b7b161d-5120-44da-930c-bac4999e2fca" ) ) ;
165+ . with_battery (
166+ Umami :: new (
167+ "https://analytics.sierrasoftworks.com" ,
168+ "0b7b161d-5120-44da-930c-bac4999e2fca" ,
169+ )
170+ . with_initial_page ( "/.app/" ) ,
171+ ) ;
166172
167173 let result = run ( args, & session) . await ;
168174
You can’t perform that action at this time.
0 commit comments