---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Initialize client with '...'
2. Call method '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened.
## Environment
- SDK Version: [e.g., 1.0.0]
- Node Version: [e.g., 18.0.0]
- OS: [e.g., macOS 14.0, Ubuntu 22.04]
## Code Sample
```typescript
// Minimal code to reproduce the issue
```
## Error Output
```
// Paste any error messages here
```
## Additional Context
Add any other context about the problem here.