jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days

Results 125 jitsu issues
Sort by recently updated
recently updated
newest added

## Current Behavior 1. **Cookie Capture:** Currently, Jitsu captures the __fbc, __fbp, and __ga cookies and places them under “clientIds” in the JSON event data. However, gclid and fbclid are...

⏳Postpone

**Summary** When a /dev/null destination is connected with a source, deleting the /dev/null destination without first deleting the connection results in an error page. The error message displayed is: “We...

Currently, the `$screen_name` property isn't being passed properly to posthog on `screen` events. You can see that being done in [posthog's native integration here](https://github.com/PostHog/posthog-js-lite/blob/main/posthog-react-native/src/posthog-rn.ts#L155)

I am experiencing frequent 499 HTTP errors when sending client activities to the jitsu-ingest service. This issue seems to occur intermittently and appears to be related to client-side disconnections before...

## Summary Hi, I am facing an issue using Jitsu with Next js. I deployed my app to cloudflare pages but the following happens There is an error returned on...

## Summary Got error when loading events, but ingest, rotor and console work : shard1 error: And rest of services look OK : shard0 bulker: ingest: ``` │ time="2024-08-19 16:02:36"...

analytics-plugin: respect overridden 'url': make corresponding 'context' properties consistent.

Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Jitsu application as shown [here](https://elest.io/open-source/jitsu). I think it would be a...

## Summary https://jitsuhq.slack.com/archives/C018G6W0URG/p1726784323537209 Running Jitsu on AWS ECS attached to Postgres on RDS. When using a version >14, the `console` healthcheck fails on [this line](https://github.com/jitsucom/jitsu/blob/7f9b1fdf33949208463e75217165a94392f0823c/webapps/console/pages/api/healthcheck/index.ts#L14). Confirmed that both PG instances...

🕰️Stale

## Summary `jitsu.identify(123456, {email: "[email protected]", mobile: "5556668877");` adds identify events to clickhouse destination, and properly add `user_id` and `context_traits_email`, however; only `user_id` is updated on previous anonymous records. Isn't it...