Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type definition of fields in TransformedData may be mistake #236

Open
yeongjet opened this issue Sep 20, 2023 · 0 comments
Open

Type definition of fields in TransformedData may be mistake #236

yeongjet opened this issue Sep 20, 2023 · 0 comments

Comments

@yeongjet
Copy link

fields: string

while using transformer:

new ElasticsearchTransport(
  ...
  transformer: logData => {
      const transformed = ElasticsearchTransformer(logData)
      const requestId = this.cls.get('requestId')
      if (requestId) {
          // ERROR: Property 'requestId' does not exist on type 'string'.ts(2339)
          transformed.fields.requestId = requestId
      }
      return transformed
  }
}
@yeongjet yeongjet changed the title Type definition of fields in TransformedData may be error Type definition of fields in TransformedData may be mistake Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant