Commit Graph

504 Commits

Author SHA1 Message Date
Carl-Gerhard Lindesvärd
f4ad97d87d feature(dashboard): add ability to filter out events by profile id and ip (#101) 2024-12-07 21:34:32 +01:00
Carl-Gerhard Lindesvärd
ae2d2455f4 release(nextjs-sdk): bump to 1.0.7 2024-12-03 20:34:51 +01:00
Carl-Gerhard Lindesvärd
f48dcfe678 fix(sdk): make options for createNextRouteHandler optional 2024-12-03 20:33:46 +01:00
Carl-Gerhard Lindesvärd
152216f64b fix(integrations): avoid slack crashing when env does not exist 2024-12-03 20:08:06 +01:00
Carl-Gerhard Lindesvärd
12ab8fc0af fix(buffer): increase lock timer 2024-12-03 14:38:21 +01:00
Carl-Gerhard Lindesvärd
ee0f7e7d75 fix(api,worker): general improvements for workers, debugging and logging 2024-12-03 13:25:05 +01:00
Carl-Gerhard Lindesvärd
e1e2d7e43e feature(clickhouse): added replicated and distributed tables 2024-12-02 20:00:48 +01:00
Carl-Gerhard Lindesvärd
8bd66f00b0 chore(db): use distributed tables 2024-12-02 07:18:12 +01:00
Carl-Gerhard Lindesvärd
500cce2918 fix(buffer): ensure insert correct date format 2024-11-30 22:48:07 +01:00
Carl-Gerhard Lindesvärd
d80754a6fd fix(buffer): max call stack issue with buffer 2024-11-29 10:39:12 +01:00
Carl-Gerhard Lindesvärd
0dfd28c9ce fix 2024-11-28 21:17:52 +01:00
Carl-Gerhard Lindesvärd
3e04645688 Revert "fix"
This reverts commit 31184b7c45.
2024-11-28 21:17:20 +01:00
Carl-Gerhard Lindesvärd
31184b7c45 fix 2024-11-28 21:16:11 +01:00
Carl-Gerhard Lindesvärd
e21cd7ed73 revert 2024-11-28 21:11:22 +01:00
Carl-Gerhard Lindesvärd
defc78d0f8 fix 2024-11-28 21:06:45 +01:00
Carl-Gerhard Lindesvärd
ab8bce7752 chore(dashboard,db): prepping for migration time 2024-11-28 20:58:18 +01:00
Carl-Gerhard Lindesvärd
6bfeca5708 fix(api): temp limit values with 100_000 (max call stack reached) 2024-11-25 14:35:11 +01:00
Carl-Gerhard Lindesvärd
a06e0b54a6 chore(sdk): bump @openpanel/react-native 2024-11-25 10:45:40 +01:00
Carl-Gerhard Lindesvärd
9fca3798cc fix(sdk): support expo 52 for react-native 2024-11-25 10:42:03 +01:00
Carl-Gerhard Lindesvärd
222b54b907 improve(funnel): revert the revert of the ui (api still reverted) 2024-11-23 23:55:11 +01:00
Carl-Gerhard Lindesvärd
b0c8e25b0a Revert "improve(funnel): make sure group by profile id works as you would think"
This reverts commit 56edb91dd0.
2024-11-23 23:39:58 +01:00
Carl-Gerhard Lindesvärd
56edb91dd0 improve(funnel): make sure group by profile id works as you would think 2024-11-23 21:52:11 +01:00
Carl-Gerhard Lindesvärd
9c8badd68d fix(dashboard): broken af 2024-11-20 14:19:48 +01:00
Carl-Gerhard Lindesvärd
cd16ac878d chore(root): rename organizationSlug to organizationId (#91) 2024-11-20 14:04:55 +01:00
Carl-Gerhard Lindesvärd
3e7a3ea6c9 fix(buffer): keep a backup of the buffer if something goes wrong 2024-11-19 20:45:35 +01:00
Carl-Gerhard Lindesvärd
60525f8905 feature(api): override user-agent information 2024-11-19 11:13:24 +01:00
Carl-Gerhard Lindesvärd
d36db071ec release(nextjs-sdk): bump 1.0.6 2024-11-16 21:48:32 +01:00
Carl-Gerhard Lindesvärd
cc983b3f62 fix(nextjs-sdk): ensure nextjs sdk runs on next 15 #81 2024-11-16 21:38:47 +01:00
Carl-Gerhard Lindesvärd
a022cb4831 feature(public,docs): new public website and docs 2024-11-13 21:15:46 +01:00
Carl-Gerhard Lindesvärd
a187dcd126 fix(sdk): send initial screen view after next tick 2024-10-29 21:06:27 +01:00
Carl-Gerhard Lindesvärd
fac1e90a39 fix(api): group or statements for chart service 2024-10-23 22:55:25 +02:00
Carl-Gerhard Lindesvärd
71794c802c feature(dashboard): add template for notification rules 2024-10-23 19:59:52 +02:00
Carl-Gerhard Lindesvärd
4fe338c628 feature(api,worker): Override default timestamp with a date from the past (#76)
* feature(worker,api): refactor incoming events and support custom timestamps from the past

* fix(queue): add retry logic to events queue

* fix(worker): remove properties when merging server events
2024-10-22 10:25:21 +02:00
Carl-Gerhard Lindesvärd
c4a2ea4858 feature(dashboard): add more settings for funnels
* wip
* feature(dashboard): add more settings for funnels
2024-10-21 10:13:57 +02:00
Carl-Gerhard Lindesvärd
f977c5454a feature(dashboard): add new retention chart type 2024-10-16 10:18:16 +02:00
Carl-Gerhard Lindesvärd
b693d0ba2b fix(dashboard): duplicate members 2024-10-15 21:39:02 +02:00
Carl-Gerhard Lindesvärd
f43c875b53 fix(common): handle iPadOS version number 2024-10-07 20:27:15 +02:00
Carl-Gerhard Lindesvärd
a831081b2d fix(common): parse user agent better 2024-10-06 21:07:38 +02:00
Carl-Gerhard Lindesvärd
301d86aa71 fix(common): move ua parser to common and import isServer flag 2024-10-05 23:44:56 +02:00
Carl-Gerhard Lindesvärd
f450a2871b fix(dashboard,api): minor improvement for integrations and notifications 2024-10-03 20:48:37 +02:00
Carl-Gerhard Lindesvärd
4329960bd9 fix(dashboard): remove popup from slack integrations 2024-10-03 20:16:03 +02:00
Carl-Gerhard Lindesvärd
f45b02407c fix(api): return correct events for profile 2024-10-03 11:11:10 +02:00
Carl-Gerhard Lindesvärd
f65a633403 feature(dashboard): add integrations and notifications 2024-10-02 22:41:35 +02:00
Carl-Gerhard Lindesvärd
d920f6951c feature(sdk): add ability to set global properties in nextjs 2024-10-01 10:13:44 +02:00
Carl-Gerhard Lindesvärd
c0a0f23a33 fix(sdks): ensure nextjs exports all methods 2024-10-01 10:04:02 +02:00
Carl-Gerhard Lindesvärd
da9df80079 fix(api,dashboard): use correct id with formula 2024-09-30 22:28:06 +02:00
Carl-Gerhard Lindesvärd
8082d4907e fix(api): use strict_increase instead of strict_order for windowFunnel 2024-09-27 10:33:28 +02:00
Carl-Gerhard Lindesvärd
c4be1dc05d fix(api): exclude some keys for export cache 2024-09-25 21:23:08 +02:00
Carl-Gerhard Lindesvärd
ea141e99a2 fix(worker): handle edge cases when jobs are not delayed 2024-09-25 09:11:54 +02:00
Carl-Gerhard Lindesvärd
66a49c53cf fix(worker): avoid creating new loggers 2024-09-24 22:13:15 +02:00