Skip to content

Commit

Permalink
Bump the SDK version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos authored Mar 25, 2021
1 parent e30feee commit 5e02d61
Show file tree
Hide file tree
Showing 3 changed files with 10,291 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/plug.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ These are the currently supported options:
| `tokenScope` | no | global | Defines how the SDK should synchronize the token across multiple tabs, see [token scopes](#token-scopes) for more details.
| `eventMetadata` | no | none | Any additional information that may be useful to include as part of the event metadata. A common use case is to record the version of the application for future reference.
| `logger` | no | none | A custom logger to handle log messages. By default, all logs are suppressed.
| `urlSanitizer` | no | none | A function to sanitize URLs that allows removing sensitive information from URLs, such as tokens, that should not be sent to the platform.
| `trackerEndpointUrl` | no | none | The URL of the tracker service, used by Croct's development team for testing purposes.
| `evaluationEndpointUrl` | no | none | The URL of the evaluation service, used by Croct's development team for testing purposes.
| `bootstrapEndpointUrl` | no | none | The URL of the bootstrap service, used by Croct's development team for testing purposes.
Expand Down
Loading

0 comments on commit 5e02d61

Please sign in to comment.