Open
Conversation
jitsucom#1179) * posthog-destination: fix an issue with the tracking of anonymous users * posthog-destination: introduce 'sendAnonymousEvents' property that controls enables sending events from anonymous users. While 'enableAnonymousUserProfiles' controls whether Jitsu needs to create Person Profiles for anonymous users
jitsucom#1183) * fix(ga4-destination): fix an issue with zero value purchases/transactions `0` is falsy therefore the value of operations is incorrectly evaluating to `undefined` in some cases * ga4-destination: also allow negative numbers for "value"
* rotor, profile builder: support for querying clickhouse warehouses * profile-builder: major rework: Collect profile events from all Sites by default Apply transformation functions before injecting events into Profile Builder Respect `JITSU_PROFILE_ID` property when deciding which profile assign incoming event to. Add support for `destinationId`,`tableName` properties to returned profile object * rotor: webhook destination
1. Added Redis Sentinel support 2. Redis can now be used as the sole persistent storage for functions 3. Integrated metrics tracking
… functions context
deps upgrade
…use they are most probably successfully processed by Salesforce
…ing and profiles collection
* fix(console): improvements to setting up new workspaces * fix(console): validate workspace name
fix(rotor): support for multithreaded option
This reverts commit aec6820.
refactor(console): get rid of storybook
Replace bitnami/kafka with bitnamilegacy/kafka in docker/docker-compose.yml.
* rotor: migrate to confluent kafka library
…Profiles not enabled
…ection due to possible costs increase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the README.md links to a broken page, this PR updates it to the new URL of the Core Concepts doc page.
Summary by cubic
Fix broken README link to the Core Concepts docs by updating it to https://docs.jitsu.com/core-concepts/. Prevents a 404 when following the Configure Jitsu steps.