Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes corvus in favor of sentry and analytics client #3891

Merged
merged 6 commits into from Jan 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Removes corvus in favor of sentry and analytics client
Change-type: patch
Signed-off-by: Otavio Jacobi
  • Loading branch information
otaviojacobi committed Jan 12, 2023
commit 41fca03c98d4a72bd8c3842d7e6b9d41f65336f9
2 changes: 1 addition & 1 deletion lib/gui/app/modules/analytics.ts
Expand Up @@ -37,7 +37,7 @@ export const initAnalytics = _.once(() => {

const clientConfig = {
projectName,
endpoint: 'data.balena-cloud',
endpoint: 'data.balena-cloud.com',
componentName: 'etcher',
componentVersion: packageJSON.version,
};
Expand Down