๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { datadogLogs } from "@datadog/browser-logs" | |
| import { datadogRum } from "@datadog/browser-rum" | |
| import { RootState } from "app/rootReducer" | |
| import _ from "lodash" | |
| import { useSelector } from "react-redux" | |
| export interface ILoggerProps { | |
| component?: string | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Corso Tree</title> | |
| <link | |
| rel="icon" | |
| href="favicon.ico" | |
| > | |
| <meta property="og:url" content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" /> | |
| <meta property="og:type" content="article" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stages: | |
| - load Libraries | |
| - build | |
| - create_docker_image | |
| - deploy | |
| Load Libraries: | |
| image: node:lts-slim | |
| when: manual | |
| stage: load Libraries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stages: | |
| - Load Libraries | |
| - Build | |
| - Deploy Test | |
| - Deploy Prod | |
| Load Libraries: | |
| image: node:lts-slim | |
| when: manual | |
| stage: Load Libraries |