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

feat: plausible for events export #7868

Merged
merged 1 commit into from
Aug 14, 2024
Merged

feat: plausible for events export #7868

merged 1 commit into from
Aug 14, 2024

Conversation

sjaanus
Copy link
Contributor

@sjaanus sjaanus commented Aug 14, 2024

Plausible for events exports. And small cleanup.

Copy link

vercel bot commented Aug 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 8:48am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 8:48am

Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@@ -68,13 +76,16 @@ export const EventActions: FC<IEventActions> = ({ events }) => {
const a = document.createElement('a');
a.href = url;
a.download = fileName;
a.style.display = 'none';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed, it was just something I tested out and forgot to remove

@sjaanus sjaanus merged commit 778413d into main Aug 14, 2024
13 checks passed
@sjaanus sjaanus deleted the export-plausible branch August 14, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants