- Introduced useTelemetry() hook - Telemetry events are sent for page_view, booking_confirmed, time_selected, date_selected events - Telemetry is configured (and can be disabled) with NEXT_PUBLIC_TELEMETRY_KEY env variable
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			392 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			392 B
		
	
	
	
		
			Text
		
	
	
	
	
	
DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>/<db-name>'
 | 
						|
GOOGLE_API_CREDENTIALS='secret'
 | 
						|
NEXTAUTH_URL='http://localhost:3000'
 | 
						|
 | 
						|
# Remove this var if you don't want Calendso to collect anonymous usage
 | 
						|
NEXT_PUBLIC_TELEMETRY_KEY=js.2pvs2bbpqq1zxna97wcml.oi2jzirnbj1ev4tc57c5r
 | 
						|
 | 
						|
# Used for the Office 365 / Outlook.com Calendar integration
 | 
						|
MS_GRAPH_CLIENT_ID=
 | 
						|
MS_GRAPH_CLIENT_SECRET= |