Gah, the sentry logger
This commit is contained in:
parent
34a72679a1
commit
4bf1fbfd8e
1 changed files with 1 additions and 1 deletions
|
@ -15,13 +15,13 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import opentelemetry, { Span, Attributes, Context } from "@opentelemetry/api";
|
||||
import { logger } from "@sentry/utils";
|
||||
import {
|
||||
GroupCall,
|
||||
MatrixClient,
|
||||
MatrixEvent,
|
||||
RoomMember,
|
||||
} from "matrix-js-sdk";
|
||||
import { logger } from "matrix-js-sdk/src/logger";
|
||||
import {
|
||||
CallState,
|
||||
MatrixCall,
|
||||
|
|
Loading…
Add table
Reference in a new issue