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

optimizing > instrumentation 번역 #335

Merged
merged 23 commits into from
Aug 20, 2023

Conversation

sohnjunior
Copy link
Contributor

@sohnjunior sohnjunior commented Jun 28, 2023

기여자용

문서 개선

Progress

closes: #121

@sohnjunior sohnjunior marked this pull request as ready for review June 28, 2023 13:38
@devyuriii
Copy link
Contributor

ref #121

Copy link
Contributor

@YuriKwon YuriKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!
리뷰 확인 및 반영 부탁드립니다 :)

---

If you export a function named `register` from a `instrumentation.ts` (or `.js`) file in the **root directory** of your project (or inside the `src` folder if using one), we will call that function whenever a new Next.js server instance is bootstrapped.
프로젝트의 **루트 디렉토리**(혹은 src 디렉토리를 사용시 src 내부) 에 있는 `instrumentation.ts` (혹은 `.js`) 에서 `register` 로 명명된 함수를 export 한다면 새로운 Next.js 서버 인스턴스가 시작될 때마다 그 함수를 호출할 것입니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. export도 번역해주세요! (ex. 내보낸다면)
  2. 그 함수 대신, 동일한 말이 반복되더라도 명확히 나타내면 더 좋을 것 같습니다!

Copy link
Contributor Author

@sohnjunior sohnjunior Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5737dd7 29f4a67 ecfd8c1 수정했습니다.

> - If you use the [`pagesExtension` config option](/docs/pages/api-reference/next-config-js/pageExtensions) to add a suffix, you will also need to update the `instrumentation` filename to match.
> - We have created a basic [with-opentelemetry](https://github.com/vercel/next.js/tree/canary/examples/with-opentelemetry) example that you can use.
> - 이 기능은 현재 **실험적인** 단계입니다. 사용하려면 `next.config.js` 에서 `experimental.instrumentationHook = true;` 로 설정해서 명시적으로 허용해야 합니다.
> - `instrumentation` 파일은 프로젝트 루트에 있어야 하며 `app` 이나 `pages` 디렉토리 하위에 있으면 안 됩니다. `src` 디렉토리를 사용한다면 이 파일을 `pages` 와 `app` 과 나란히 있는 `src` 하위에 위치시키세요.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> - `instrumentation` 파일은 프로젝트 루트에 있어야 하며 `app` 이나 `pages` 디렉토리 하위에 있으면 안 됩니다. `src` 디렉토리를 사용한다면 이 파일을 `pages``app` 과 나란히 있는 `src` 하위에 위치시키세요.
> - `instrumentation` 파일은 `app` 이나 `pages` 디렉토리 하위가 아닌 프로젝트 루트에 있어야 합니다. `src` 디렉토리를 사용한다면 이 파일을 `pages``app` 과 나란히 있는 `src` 하위에 위치시키세요.

현재 내용도 좋지만, 이렇게 바꿔보면 어떨까요??
기여 가이드 >억양 부분에 나와있듯이 부정어를 최소화하는게 좋을 것 같습니다:)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d76d543 에서 수정했습니다.

> - We have created a basic [with-opentelemetry](https://github.com/vercel/next.js/tree/canary/examples/with-opentelemetry) example that you can use.
> - 이 기능은 현재 **실험적인** 단계입니다. 사용하려면 `next.config.js` 에서 `experimental.instrumentationHook = true;` 로 설정해서 명시적으로 허용해야 합니다.
> - `instrumentation` 파일은 프로젝트 루트에 있어야 하며 `app` 이나 `pages` 디렉토리 하위에 있으면 안 됩니다. `src` 디렉토리를 사용한다면 이 파일을 `pages` 와 `app` 과 나란히 있는 `src` 하위에 위치시키세요.
> - 접미사를 추가하기 위해 [`pagesExtension` 설정 옵션](/docs/pages/api-reference/next-config-js/pageExtensions)을 사용한다면 instrumentation 파일이름 또한 일치시키기 위해 변경이 필요합니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 현재 문장 구조에서는 변경의 대상이 잘 드러나지 않는 것 같습니다.
    파일이름을 변경(업데이트)해야한다는 내용이 잘 드러나도록 수정 부탁드립니다!
  2. update 단어의 번역을 변경 대신 업데이트로 하면 어떨까요?
    변경은 change의 의미에 가까운 것 같습니다.

Copy link
Contributor Author

@sohnjunior sohnjunior Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1번은 7323c91 과 같이 변경해봤습니다.
2번은 b7f93c1 에서 수정했습니다.


When your `register` function is deployed, it will be called on each cold boot (but exactly once in each environment).
`register` 함수가 배포되면 각각의 cold boot마다 호출됩니다. (각 환경마다 정확히 한 번씩 호출됩니다.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 괄호 앞에는 온점을 삭제해주세요!
  2. 타 파트에서 cold start를 콜드 스타트로 번역한 사례가 있습니다.
    cold boot또한 콜드 부트로 해석하면 어떨까요??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a76ed1b 수정했습니다.


Sometimes, it may be useful to import a file in your code because of the side effects it will cause. For example, you might import a file that defines a set of global variables, but never explicitly use the imported file in your code. You would still have access to the global variables the package has declared.
경우에 따라 특정 파일이 가지고 있는 부수 효과를 위해 해당 파일을 코드에 포함하는 것이 유용할 수 있습니다. 예를 들어 전역 변수가 정의된 파일을 명시적으로 사용하지는 않지만 가져올 수 있습니다. 이를 통해 해당 패키지가 선언한 전역 변수에 접근할 수 있습니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 번역 검수 단톡방에서 금일 논의 후, side effects 단어에 대한 번역을 사이드 이펙트로 확정하였습니다.! 따라서 부수 효과로 번역해주신 부분들 일괄 수정 부탁드립니다!

  2. side effect의 의미를 고려했을 때, 부수 효과를 위해 보다 때문에/피하기 위해와 같이 번역하면 더 자연스러울 것 같습니다.

  3. import 또한 포함하는 대신 불러오는으로 수정 부탁드립니다:)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

09499ac 에서 수정했습니다.

@@ -34,7 +34,7 @@ export function register() {
}
```

However, we recommend importing files with side effects using `import` from within your `register` function instead. The following example demonstrates a basic usage of `import` in a `register` function:
그러나 이보단 부수 효과를 가지는 파일을 불러올 때는 register 함수 내에서 `import` 하는 것을 권장합니다. 다음은 `register` 함수에서 `import` 문을 사용하는 기본 예제입니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이보단이보다는으로 수정되거나 삭제되어도 괜찮을 것 같습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다!


We call `register` in all environments, so it's necessary to conditionally import any code that doesn't support both `edge` and `nodejs`. You can use the environment variable `NEXT_RUNTIME` to get the current environment. Importing an environment-specific code would look like this:
모든 환경에서 `register`를 호출하기 때문에 `edge`와 `nodejs` 를 모두 지원하지 않는 코드는 조건부 import 문으로 불러와야 합니다. 현재 환경정보는 `NEXT_RUNTIME` 환경변수로 가져올 수 있습니다. 다음은 환경별로 코드를 불러오는 예제입니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 조건부 import 문으로 불러오라는 내용은 없는 듯 하여, 조건부 import 해야 합니다. 정도로 수정하면 좋을 것 같습니다.
  2. 현재 환경정보현재의 환경으로 수정하면 어떨까요?
    하단의 예제를 봤을 때 환경에 대한 정보를 전부 가져온다기 보단 환경 이름 자체만 가져오는 것 같습니다!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

또한 백틱 뒤에 조사가 오는 경우 붙여써주세요!

nodejs 를 -> nodejs

다른 문장에도 일괄 수정 부탁드립니다 :)

Copy link
Contributor Author

@sohnjunior sohnjunior Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1, 2 는 dbd863f 에서, 백틱 뒤에 조사 오는경우 공백 제거는 9446914 에서 수정했습니다.

@sohnjunior sohnjunior requested a review from YuriKwon July 24, 2023 14:55
Copy link
Contributor

@yoo-jimin127 yoo-jimin127 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! 기여해주셔서 감사합니다 :) 👍
추가로 번역 희망하시는 챕터의 경우 이슈에 작성해주셔도 됩니다!!

@yoo-jimin127 yoo-jimin127 merged commit 0c54bce into Nextjs-kr:main Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

09-instrumentation.mdx
5 participants