Bogdan Ivanov
f40989bc42
Merge pull request #8 from ngregrichardson/fix/ssr-imports
...
fix: read browser locale and is debug on first event
2024-07-19 22:49:07 +03:00
Noah Richardson
95f9710547
fix: read browser locale and is debug on first event
...
`shared.ts` currently reads the default browser locale and is debug on import, which causes
issueswhen imported in a server component. This moves the reads for those to whenever the first
event issent and those values are actually required, which is typically on the client.
fix #7
2024-07-19 09:37:35 -04:00
Bogdan Ivanov
e4250b9352
chore: update main readme
2024-06-09 10:15:09 +03:00
Bogdan Ivanov
e1967d322f
fix(angular): package publish fixes
2024-06-09 09:50:19 +03:00
Bogdan Ivanov
3566966edb
Merge pull request #6 from aptabase/feat/add-angular
...
feat: add angular library
2024-06-09 08:56:46 +03:00
Bogdan Ivanov
aa20c0126c
feat: add angular library
2024-06-09 08:54:16 +03:00
goenning
44fc175178
use installType
to determine if the extension is in debug mode
2023-12-29 10:05:07 -03:00
goenning
9002311059
- Rename apiPath
to apiUrl
2023-12-29 09:38:24 -03:00
goenning
c980afd786
Support for custom API path
2023-12-29 09:22:45 -03:00
goenning
348898fc82
add @aptabase/browser
2023-12-15 20:45:30 +00:00
goenning
9900d6ea6d
refactor the packages to remove internal dependency
2023-12-15 20:03:17 +00:00
goenning
ff7b4b38e2
Updated dependencies
2023-11-04 18:17:10 +00:00
goenning
8e99cbd02b
- better version of the session id generator
2023-11-04 18:16:27 +00:00
goenning
febfbaa379
Updated dependencies
2023-11-03 21:22:53 +00:00
goenning
e6b234dca5
use new session id format
2023-11-03 21:21:28 +00:00
goenning
53f0f40aa1
Added an option to specify isDebug
at init time
2023-10-20 09:08:19 +01:00
goenning
2aaf2e8c1e
Fixed an issue with client-side checking
2023-09-20 10:12:45 +01:00
goenning
f440679594
update repo readme
2023-09-04 20:59:23 +01:00
goenning
5a5038724b
ignore trackEvent on server components
2023-09-04 18:28:53 +01:00
goenning
ab4656dcb6
better packages
2023-09-01 19:54:15 +01:00
goenning
bc651b2003
better readme
2023-09-01 19:38:23 +01:00
goenning
971e423e42
added docs for react
2023-09-01 19:35:26 +01:00
goenning
b1062af145
don't throw error
2023-09-01 17:57:07 +01:00
goenning
4966ef28ec
add remix example
2023-09-01 17:51:03 +01:00
goenning
14197518e8
add session back
2023-09-01 17:45:59 +01:00
goenning
61eb7bd9e1
IMPORTANT: remove next/node packages
2023-09-01 17:37:24 +01:00
goenning
8d3891f30f
use US server
2023-09-01 16:28:53 +01:00
goenning
343319f782
better error logs
2023-09-01 16:28:18 +01:00
goenning
0f28be3d2b
remove hardcoded data
2023-09-01 16:16:35 +01:00
goenning
4b1aae55c6
fix build
2023-09-01 15:55:55 +01:00
goenning
f6de1cd18b
general fixes
2023-09-01 15:49:04 +01:00
goenning
c407842754
fix build error
2023-09-01 15:27:33 +01:00
goenning
ce24e8f4fb
fix sdk version
2023-09-01 15:24:42 +01:00
goenning
47042f043b
export aptabaseoptions
2023-09-01 15:01:52 +01:00
goenning
e104dd53dc
working versions of nextjs and web
2023-09-01 14:40:08 +01:00
goenning
9c7e01e6d4
use tsup everywhere
2023-09-01 13:40:51 +01:00
goenning
c9bb14f809
migrate to tsup
2023-09-01 13:35:18 +01:00
goenning
e256d13c92
reuse a bunch of stuff
2023-09-01 13:33:07 +01:00
goenning
c0a2387f76
add changelog / readme file
2023-09-01 11:16:50 +01:00
goenning
c3b93e592a
working version with pages router
2023-09-01 11:14:44 +01:00
goenning
f4edab87af
working version of appRouter
2023-09-01 10:52:15 +01:00
goenning
90317d71d3
add nextjs with approuter example
2023-08-31 16:16:38 +01:00
goenning
7c9dc72df1
enable preventAssignment
2023-08-31 15:36:22 +01:00
goenning
9dcef380f4
remove non-web packages
2023-08-31 15:34:11 +01:00
Guilherme Oenning
ef642c502e
Merge pull request #3 from simonboisset/refacto/migrate-turborepo
...
refacto/migrate-turborepo
2023-08-31 15:28:02 +01:00
Simon Boisset
a9507e7d3d
refacto/migrate-turborepo
2023-08-21 23:43:50 +02:00
Guilherme Oenning
9905366e9a
Update README.md
2023-08-05 13:40:26 +01:00
goenning
cc48275c37
Add automatic session timeout after 1 hour of inactivity
2023-06-03 18:28:26 +01:00
goenning
aa75f78fbb
Added support for automatic segregation of Debug/Release events
2023-05-20 22:23:19 +01:00
goenning
47d063b181
refactoring on session generator
2023-05-11 14:19:18 +01:00