unloggedio / unlogged-sdk

Unlogged SDK for recording code execution
https://unlogged.io
Apache License 2.0
152 stars 16 forks source link

SDK support for server #49

Closed kartikeytewari-ul closed 1 month ago

kartikeytewari-ul commented 1 month ago
  1. When using SDK with remote server:

    @Unlogged (serverLink = "http://localhost:8123")
  2. When using SDK locally use:

    @Unlogged
kartikeytewari-ul commented 1 month ago

Test Plan: