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

0.3.0(#24) #38

Merged
merged 4 commits into from
Jan 13, 2025
Merged

0.3.0(#24) #38

merged 4 commits into from
Jan 13, 2025

Conversation

lalabuy948
Copy link
Owner

@lalabuy948 lalabuy948 commented Jan 13, 2025

No disk persistence

Important

In case you are hosting your app on fly.io or heroku which doesn't let to persist data on the disk,
you can add in_memory: true into :phoenix_analytics config.
And don't forget to remove duckdb_path from the config, otherwise PA will try to create duckdb on the disk.

config :phoenix_analytics,
  app_domain: System.get_env("PHX_HOST") || "example.com",
  postgres_conn: System.get_env("POSTGRES_CONN") || "dbname=postgres user=phoenix password=analytics host=localhost",
  in_memory: true

Hash IP address to respect EU law for anon data gathering

Remove runtime config notice

Dependabot patch

lalabuy948 and others added 4 commits January 13, 2025 15:39
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lalabuy948 lalabuy948 merged commit c3539d1 into master Jan 13, 2025
1 check passed
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.

1 participant