Nik

Results 4 issues of Nik

**Is your feature request related to a problem? Please describe.** To prevent stealing of data, it is better to ship apps with encrypted databases. However, encrypted databases are not compressed....

enhancement

I use https://www.chatbotui.com/ Add below ChatGPT "Delete All Chats" button.

Click tracking does not work when sent using Markdown

needs-investigation

Sharing config of working Uptrace v1.7.8 instance. ```Dockerfile FROM uptrace/uptrace:1.7.8 RUN ln -s /uptrace_linux_amd64 /uptrace ``` ### `uptrace/example/docker/docker-compose.yml` ```yaml version: '3' services: clickhouse: image: clickhouse/clickhouse-server:24.7 restart: on-failure environment: CLICKHOUSE_DB: uptrace...