Son
Son
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Son on 5/24/2024 in #questions
expo app production logging solutions
Makes sense, thanks for the replies
8 replies
TTCTheo's Typesafe Cult
Created by Son on 5/24/2024 in #questions
expo app production logging solutions
I just couldn’t find any documentation for axiom with expo.
8 replies
TTCTheo's Typesafe Cult
Created by Son on 5/24/2024 in #questions
expo app production logging solutions
Both meaning, you can use axiom too for general logging and sentry for errors? And thanks!
8 replies
TTCTheo's Typesafe Cult
Created by Son on 4/4/2024 in #questions
User Privacy Question
Yeah i understand what you are saying. I cannot access the logs there is no going around it.
18 replies
TTCTheo's Typesafe Cult
Created by Son on 4/4/2024 in #questions
User Privacy Question
I can definitely store it in two separate databases. Would that satisfy your concerns? Also, what do you say about using one encryption key for all logs. In your experience whats the safest way to store that very important key?
18 replies
TTCTheo's Typesafe Cult
Created by Son on 4/4/2024 in #questions
User Privacy Question
I would have to create a separate table with the unencrypted logs with non user identifying attributes, so i can make sense of the data for othet purposes. And also save the encrypted log in table, that is linked to the user. So the user can retrieve it on the front end?
18 replies
TTCTheo's Typesafe Cult
Created by Son on 4/4/2024 in #questions
User Privacy Question
Thats really interesting! Im now thinking how would i organise this in terms of tables, i would have a user table with all the identifying attributes like user id, email etc and i would also have a log table, that would identify the user id and the corresponding log as an entry So when user 1 makes a log entry Where should it be saved, in the original log table or a new separate table for encrypted logs? Just trying to create a visual in my headz
18 replies