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

Feat/#14 JS SDK mvp1을 제작한다 #35

Merged
merged 8 commits into from
Aug 13, 2024
Merged

Feat/#14 JS SDK mvp1을 제작한다 #35

merged 8 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. config: 프로젝트 세팅

    - npm init
    - 배포를 위한 wepack bundler 추가
    - 개발을 위한 타입스크립트 추가
    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    415ccfd View commit details
    Browse the repository at this point in the history
  2. config: gitignore 파일 추가

    - 빌드 디렉터리
    - node modules
    - IDEA 설정파일
    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7ee6059 View commit details
    Browse the repository at this point in the history
  3. feat: LogBat sdk 추가

    - 기존 console.log, console.error를 재정의
    - app_id 를 초기화 할 수 있도록 설정
    - 사용 예시는 문서화 예정
    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8edd20f View commit details
    Browse the repository at this point in the history
  4. fix: cosole 바인딩 문제 해결

    - 초기화 함수가 여러번 호출되어 여러번 초기화 되는것을 방지
    - 제대로 console이 오버라이드 되지 않는 문제 해결
    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4510d87 View commit details
    Browse the repository at this point in the history
  5. cofing: 테스트 라이브러리 추가

    - Jest 도입
    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c09a3bb View commit details
    Browse the repository at this point in the history
  6. test: SDK 테스트 추가

    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b7de6f3 View commit details
    Browse the repository at this point in the history
  7. docs: README.md 추가

    LuizyHub committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d2dbd11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12b799f View commit details
    Browse the repository at this point in the history