(message, attributes)
| 133 | }); |
| 134 | }, |
| 135 | error(message, attributes) { |
| 136 | emitEvent({ |
| 137 | type: 'log', |
| 138 | level: 'error', |
| 139 | message, |
| 140 | attributes: normalizeLogAttributes(attributes), |
| 141 | }); |
| 142 | }, |
| 143 | }, |
| 144 | |
| 145 | init(agent: CreatedAgent<any, any>, options?: AgentHarnessOptions): Promise<FlueHarness> { |
nothing calls this directly
no test coverage detected